Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Change `:mode' to `:file-match' | Case Duckworth | 2021-04-26 | |
| | | | | | | | | Turns out setup.el has a local macro to deal with setting up modes. | |||
* | | Add `acdw/insert-iso-date' | Case Duckworth | 2021-04-26 | |
| | | | | | | | | Like `crux-insert-date', but I use ISO 8601. | |||
* | | Enhance `refresh-emacs' | Case Duckworth | 2021-04-26 | |
|/ | | | | | - Enable `debug-on-error' - Save all init files before sourcing them | |||
* | Fix dired-open | Case Duckworth | 2021-04-24 | |
| | ||||
* | Switch to pdf-tools fork | Case Duckworth | 2021-04-24 | |
| | ||||
* | Fix bindings in paredit-mode-modes | Case Duckworth | 2021-04-24 | |
| | ||||
* | Get rid of a dumb alias that slows down Emacs | Case Duckworth | 2021-04-22 | |
| | | | | See the comment in the commit. | |||
* | Add <F12> bind to toggle eshell | Case Duckworth | 2021-04-22 | |
| | ||||
* | Add a leader bind to kill emacs | Case Duckworth | 2021-04-22 | |
| | ||||
* | Setup `dired' better | Case Duckworth | 2021-04-22 | |
| | | | | | Instead of resetting `setup-*' in each of dired's dependent packages, just install them using `:straight' and configure them in blocks. | |||
* | Correct nnimap definition | Case Duckworth | 2021-04-22 | |
| | | | | Still plenty of problems, though. I really need to read that manual. | |||
* | Add dired-git-info | Case Duckworth | 2021-04-22 | |
| | ||||
* | Open files better, depending on system | Case Duckworth | 2021-04-22 | |
| | ||||
* | Bail out of `setup' if straight fails | Case Duckworth | 2021-04-22 | |
| | ||||
* | Install w32-browser at work | Case Duckworth | 2021-04-22 | |
| | ||||
* | Move lexical-binding setting into a hook | Case Duckworth | 2021-04-22 | |
| | | | | | | | | | | | | *scratch* still doesn't apply the (setq-default lexical-binding t) form, but the advice I'd been giving `setup' broke the documentation generator function. So I just added lexical-binding to a hook when opening an emacs-lisp-mode buffer. Will this bite me later? Possibly. But I'll deal with that then. The worst that could happen is that I'd write another function, `setup-test' or something, that'd apply lexical-binding and then run `setup'. Or I could just set lexical-binding to t manually. Whatever. | |||
* | Also load files in .emacs.d/lisp when running `refresh-emacs' | Case Duckworth | 2021-04-22 | |
| | ||||
* | Fix wrong function calls | Case Duckworth | 2021-04-22 | |
| | | | | | | | When I changed `unpackaged/org-element-descendent-of' to `acdw-org/element-descendent-of' (honestly, to make it easier to see where the definition of the function is), I didn't change all the references to that function. | |||
* | Add macro `with-message' | Case Duckworth | 2021-04-21 | |
| | ||||
* | Setup emoji fonts! | Case Duckworth | 2021-04-21 | |
| | | | | This is a much better alternative than the old crusty unicode-fonts package. | |||
* | Add messages in `acdw/eval-region-or-buffer' | Case Duckworth | 2021-04-21 | |
| | | | | Probably should write a macro, `with-message' or something. | |||
* | Update Gnus config | Case Duckworth | 2021-04-21 | |
| | ||||
* | Add keybinding for crux-transpose-windows | Case Duckworth | 2021-04-21 | |
| | ||||
* | Add advice to kill lines and join | Case Duckworth | 2021-04-21 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-21 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-20 | |
| |\ | ||||
| * | | Add `electric-cursor' | Case Duckworth | 2021-04-20 | |
| | | | | | | | | | | | | Mine own package! | |||
| * | | Fix some dumbness | Case Duckworth | 2021-04-20 | |
| | | | ||||
* | | | Fix typo | Case Duckworth | 2021-04-21 | |
| | | | ||||
* | | | Fix boundp check in eshell-setup | Case Duckworth | 2021-04-21 | |
| |/ |/| | ||||
* | | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-20 | |
|\| | ||||
| * | Use company for completion-in-region instead of corfu | Case Duckworth | 2021-04-20 | |
| | | | | | | | | | | I found out it does completion-in-region, and honestly, it's a better interface, and more uniform. | |||
| * | Correct things | Case Duckworth | 2021-04-20 | |
| | | ||||
| * | Change keybindings | Case Duckworth | 2021-04-19 | |
| | | ||||
* | | Use consult for completion-in-region | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Only grow mini-windows, instead of resizing intensely | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Autoload elpher-go | Case Duckworth | 2021-04-20 | |
| | | ||||
* | | Advise setup to use lexical-binding | Case Duckworth | 2021-04-20 | |
|/ | ||||
* | Rename functions in acdw-org.el | Case Duckworth | 2021-04-19 | |
| | ||||
* | Make `visual-line-mode' and `olivetti-mode' prettier | Case Duckworth | 2021-04-19 | |
| | ||||
* | Handle cases where ~/.emacs/pkg doesn't exist | Case Duckworth | 2021-04-19 | |
| | ||||
* | Tweak `org-table-copy-down' | Case Duckworth | 2021-04-19 | |
| | | | | | Now <S-return> will do its regular thing /in/ a table, but will also work /outside/ a table as a regular <return>. | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-19 | |
|\ | ||||
| * | Add (and ignore) pkg/ | Case Duckworth | 2021-04-19 | |
| | | | | | | | | I'm going to put packages I develop in there. | |||
| * | Move vertico-related config into its `setup' form | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Fix clipboard pasting non-ASCII characters | Case Duckworth | 2021-04-19 | |
| | | | | | | | | | | | | | | | | | | | | | | ... at least on Windows. Solution found here: https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks Other resources: https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks https://goyoambrosio.com/2018/06/Dealing-with-utf-8-in-Emacs/ | |||
| * | Fix `:mode' keyword in `setup' | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Sort .gitignore and add gnus/ | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Begin again with Gnus | Case Duckworth | 2021-04-19 | |
| | | ||||
| * | Lower echo-keystrokes timeout | Case Duckworth | 2021-04-19 | |
| | |