Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add `acdw/kill-a-buffer' and keybinding | Case Duckworth | 2021-04-19 | |
| | ||||
* | Load slime-helper.el if it exists | Case Duckworth | 2021-04-09 | |
| | | | | | | I couldn't find a function that would return a filename /if/ it exists, so I had to write one: `expand-file-name-exists-p'. Might change the name at some point. | |||
* | Add `acdw/find-emacs-dotfiles' | Case Duckworth | 2021-04-07 | |
| | ||||
* | Uh | Case Duckworth | 2021-04-07 | |
| | ||||
* | 7 | Case Duckworth | 2021-04-06 | |
| | ||||
* | Remove acdw/map | Case Duckworth | 2021-04-06 | |
| | ||||
* | Fix acdw/reading-mode | Case Duckworth | 2021-04-04 | |
| | | | | Mismatched parens | |||
* | Remove *disabling* of simple-modeline-mode from acdw/reading-mode | Case Duckworth | 2021-04-02 | |
| | | | | I can just overwrite the buffer-local `mode-line-format'. | |||
* | Add `defun-with-hooks' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Add function `dumb-auto-format' that checks with apheleia first | Case Duckworth | 2021-04-01 | |
| | | | | | | | In adding `dumb-auto-format', I've removed `acdw/reformat-buffer' because it's not complex enough or stand-alone enough to keep as its own function. 21 guns. | |||
* | Define `acdw/reindent-buffer' and hook into elisp | Case Duckworth | 2021-04-01 | |
| | | | | | Hopefully this will put a halt to all of my whitespace commits. Of course, this commit also includes whitespace-only diffs. | |||
* | Add comments | Case Duckworth | 2021-04-01 | |
| | ||||
* | Add `olivetti' and tweak `acdw/reading-mode' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Tweak garbage collection | Case Duckworth | 2021-03-30 | |
| | ||||
* | Remove commented code | Case Duckworth | 2021-03-29 | |
| | ||||
* | Switch to using `setup.el' for customizations | Case Duckworth | 2021-03-29 | |
| | | | | | setup (https://git.sr.ht/~zge/setup) does everything I tried to do with `acdw/pkg', et al., but better. | |||
* | bleh | Case Duckworth | 2021-03-27 | |
| | ||||
* | White space | Case Duckworth | 2021-03-25 | |
| | ||||
* | Require `acdw' in `early-init.el' | Case Duckworth | 2021-03-25 | |
| | ||||
* | Remove empty comment lines in headers | Case Duckworth | 2021-03-16 | |
| | ||||
* | Change `:map-after' behavior | Case Duckworth | 2021-03-14 | |
| | ||||
* | Whitespace | Case Duckworth | 2021-03-12 | |
| | ||||
* | Add `:set', `:local', `:require' keywords to `acdw/pkg' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Change `acdw/hooks' form | Case Duckworth | 2021-03-12 | |
| | | | | | | Instead of only allowing (list-of-hooks) (list-of-functions), `acdw/hooks' now accepts a (list-of-hook-specs), each of which is of the above form, allowing the user to set multiple unrelated hooks at once. | |||
* | Move `acdw/modeline' functions into `acdw/pkg' forms | Case Duckworth | 2021-03-12 | |
| | | | | | This change means I don't have to `require' libraries that haven't been registered with `straight' yet. | |||
* | Return a value from `acdw/set' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Add `acdw/binds' to bind more than one key at once | Case Duckworth | 2021-03-12 | |
| | | | | I should probably change `acdw/bind-after-map' to use this macro... | |||
* | Configure `simple-modeline' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Whitespace | Case Duckworth | 2021-03-11 | |
| | ||||
* | Change definition of acdw/bind to not quote | Case Duckworth | 2021-03-10 | |
| | ||||
* | uhhhhhhhh... stuff? | Case Duckworth | 2021-03-08 | |
| | ||||
* | Finish up acdw/pkg | Case Duckworth | 2021-03-08 | |
| | ||||
* | Almost finished with `acdw/pkg' | Case Duckworth | 2021-03-08 | |
| | | | | Still some bugs to squash. | |||
* | Add functions | Case Duckworth | 2021-03-08 | |
| | ||||
* | 5c | Case Duckworth | 2021-03-07 | |