Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add ^D binding to quit eshell | Case Duckworth | 2021-04-01 | |
| | ||||
* | Move MS Windows settings above Etc settings and add some | Case Duckworth | 2021-04-01 | |
| | | | | Most are from https://depp.brause.cc/dotemacs/. | |||
* | Change method of init-time message | Case Duckworth | 2021-04-01 | |
| | | | | | | | | Going off [1], I've just redefined the `display-startup-echo-area-message' function to show the startup time, instead of adding a hook to Emacs's startup and trying to figure out how to give my username to the original function. [1]: https://depp.brause.cc/dotemacs/#org2cdacdd | |||
* | Fix typos | Case Duckworth | 2021-04-01 | |
| | ||||
* | 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. | |||
* | Break "Programming languages" out into its own section | Case Duckworth | 2021-04-01 | |
| | ||||
* | 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 | |
| | ||||
* | Update `consult' bindings and config | Case Duckworth | 2021-04-01 | |
| | ||||
* | Add `which-key' | Case Duckworth | 2021-04-01 | |
| | ||||
* | Don't compress undo-fu-session files at work | Case Duckworth | 2021-04-01 | |
| | ||||
* | Change etc. bindings' mapping to global-map | Case Duckworth | 2021-04-01 | |
| | ||||
* | Set up spelling | Case Duckworth | 2021-04-01 | |
| | ||||
* | Remove `ehelp' binds in favor of `helpful' package | Case Duckworth | 2021-04-01 | |
| | ||||
* | Add forth-mode | Case Duckworth | 2021-03-31 | |
| | | | | Only if gforth.el is around, though. | |||
* | Add PDF Tools at home | Case Duckworth | 2021-03-31 | |
| | ||||
* | Show client status in `frame-title-format' | Case Duckworth | 2021-03-31 | |
| | | | | Also: fix the tab bar. | |||
* | Replace `:acdw/map' with `:global' | Case Duckworth | 2021-03-31 | |
| | | | | | | My `acdw/map' bindings were shadowing things. Let's just try global bindings and see if that's /really/ that big of a deal. I'll keep acdw/mode around for kicks right now. | |||
* | Fixup comments for outshine-mode | Case Duckworth | 2021-03-31 | |
| | ||||
* | Remove `eshell' bindings | Case Duckworth | 2021-03-31 | |
| | | | | still have to figure out how best to do this. | |||
* | Change binding to `crux-smart-open-line' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add `outshine' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Whitespace | Case Duckworth | 2021-03-31 | |
| | ||||
* | Tweak debugger | Case Duckworth | 2021-03-31 | |
| | ||||
* | Fix -mode setups | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add keybindings | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add `refresh-emacs' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add `smart-hungry-delete' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Fix typos and verbosity | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add plugins | Case Duckworth | 2021-03-31 | |
| | ||||
* | Add `olivetti' and tweak `acdw/reading-mode' | Case Duckworth | 2021-03-31 | |
| | ||||
* | Fix font setting | Case Duckworth | 2021-03-30 | |
| | | | | | I wrap it in a function hooked to `after-focus-change-function', from which it removes itself. ~Fancy~ stuff. | |||
* | Whitespace | Case Duckworth | 2021-03-30 | |
| | ||||
* | Tweak garbage collection | Case Duckworth | 2021-03-30 | |
| | ||||
* | Add `:setq-default' macro to save a little load time | Case Duckworth | 2021-03-30 | |
| | ||||
* | Set all fonts on all possible systems | Case Duckworth | 2021-03-30 | |
| | ||||
* | Fix arrayp bug in `acdw-modeline/vc-branch' | Case Duckworth | 2021-03-30 | |
| | ||||
* | Add autoloads to `:acdw/map' and `:acdw/leader' | Case Duckworth | 2021-03-30 | |
| | ||||
* | Correct typo | Case Duckworth | 2021-03-29 | |
| | ||||
* | Sturf | Case Duckworth | 2021-03-29 | |
| | ||||
* | 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 | |
| | ||||
* | Add elpher and gemini-mode | Case Duckworth | 2021-03-27 | |
| | ||||
* | Incorporate idiomdrottning's magit display bit | Case Duckworth | 2021-03-27 | |
| | ||||
* | Fix indentation | Case Duckworth | 2021-03-27 | |
| | ||||
* | Correct :work settings | Case Duckworth | 2021-03-27 | |
| | ||||
* | Correct truncate-lines setting /again/ | Case Duckworth | 2021-03-27 | |
| | | | | I keep thinking I've made a mistake. I want it to be NIL!!! | |||
* | Move `acdw-modeline/vc-branch' to the left side | Case Duckworth | 2021-03-25 | |
| | ||||
* | Add beginend | Case Duckworth | 2021-03-25 | |
| |