Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove gnus | Case Duckworth | 2021-04-06 | |
| | ||||
* | Typos? | Case Duckworth | 2021-04-05 | |
| | ||||
* | Fix acdw/reading-mode | Case Duckworth | 2021-04-04 | |
| | | | | Mismatched parens | |||
* | Guile -> Scheme | Case Duckworth | 2021-04-04 | |
| | | | | Guile /is/ a scheme, after all. | |||
* | Fix paredit-mode bindings | Case Duckworth | 2021-04-04 | |
| | | | | <backspace> was being shadowed by `smart-hungry-delete'. | |||
* | Fix outshine comment leaders | Case Duckworth | 2021-04-03 | |
| | ||||
* | Add `paren-face' | Case Duckworth | 2021-04-03 | |
| | ||||
* | Add `geiser' | Case Duckworth | 2021-04-03 | |
| | ||||
* | Add `fennel' and `lua' | Case Duckworth | 2021-04-03 | |
| | ||||
* | Add `form-feed' | Case Duckworth | 2021-04-03 | |
| | ||||
* | Fix typo | Case Duckworth | 2021-04-03 | |
| | | | | | Should've gone with the other "fix typo" ... oh well. One day I'll learn how to git cherry-pick or whatev. | |||
* | Move stuff around | Case Duckworth | 2021-04-03 | |
| | ||||
* | Add paredit-mode | Case Duckworth | 2021-04-03 | |
| | | | | I also disabled electric-pair-mode in paredit-mode enabled buffers. | |||
* | Fix typo | Case Duckworth | 2021-04-03 | |
| | ||||
* | 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'. | |||
* | Remove split-window-* advice | Case Duckworth | 2021-04-02 | |
| | | | | It messed up too much. | |||
* | Require spelling program for spelling to work | Case Duckworth | 2021-04-02 | |
| | ||||
* | Disable tool-tip-mode | Case Duckworth | 2021-04-02 | |
| | ||||
* | Advise split-window- functions to prompt for a buffer | Case Duckworth | 2021-04-02 | |
| | ||||
* | Remove `:acdw/map' from `setup' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Change hook formatting | Case Duckworth | 2021-04-02 | |
| | | | | | | | I like putting the `defun' form into the hook definition for tighter coupling. The functions are just for the hooks, after all. I'm sure this is somehow bad practice, but ... bleh. | |||
* | Remove commented code | Case Duckworth | 2021-04-02 | |
| | ||||
* | Hook `electric-pair-mode' into `eval-expression' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Hook `executable-make-buffer-file-executable-if-script-p' | Case Duckworth | 2021-04-02 | |
| | | | | The worst-named function ... of all time. | |||
* | Add `defun-with-hooks' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Tweak elisp-mode settings | Case Duckworth | 2021-04-02 | |
| | | | | | So emacs-lisp-mode is really annoying, because it's called `emacs-lisp-mode' but the file is "elisp-mode.el" -- like, pick one, yall. | |||
* | Set up eldoc | Case Duckworth | 2021-04-02 | |
| | ||||
* | Add `elpher:eww-browse-url' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Add `pkgbuild-mode' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Change helpful advice to bindings | Case Duckworth | 2021-04-02 | |
| | ||||
* | Set `find-function-C-source-directory' everywhere | Case Duckworth | 2021-04-02 | |
| | | | | | On Windows, `acdw.cmd' downloads the source in the right spot. On Linux, I need to make sure it's in the right spot myself. | |||
* | Setup `ediff' | Case Duckworth | 2021-04-02 | |
| | ||||
* | Fix eshell mode line | Case Duckworth | 2021-04-02 | |
| | ||||
* | Change RET in `dired-mode-map' to `dired-find-alternate-file' | Case Duckworth | 2021-04-01 | |
| | ||||
* | 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 | |
| |