Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix lispy modes hooks | Case Duckworth | 2021-04-12 |
| | |||
* | Set `initial-major-mode' to `emacs-lisp-mode' | Case Duckworth | 2021-04-12 |
| | | | | I don't use C-j anyway. | ||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-12 |
|\ | |||
| * | Told ya it was subject to change | Case Duckworth | 2021-04-12 |
| | | |||
* | | Told ya it was subject to change | Case Duckworth | 2021-04-12 |
|/ | |||
* | Add `visual-line-mode' to `org-mode-hook' | Case Duckworth | 2021-04-12 |
| | | | | See the comments for details. Subject to change. | ||
* | Remove `ctrlf' and customize `isearch' | Case Duckworth | 2021-04-12 |
| | | | | | | While Ctrlf is nice, it doesn't hook into other mechanisms of Emacs as well as Isearch. So .. I'm just going to put up with Isearch for now. Honestly I don't miss Ctrlf too much. | ||
* | Customize `customize' | Case Duckworth | 2021-04-12 |
| | |||
* | Set the bell to flash the mode-line | Case Duckworth | 2021-04-12 |
| | | | | ... and beep at home (I like the little beep!) | ||
* | Add `company' | Case Duckworth | 2021-04-10 |
| | | | | | | - Hook into `prog-mode' - Change some bindings - Add `slime-company' | ||
* | Refactor to define all lispish modes in one place | Case Duckworth | 2021-04-10 |
| | | | | See variable `lispy-modes' | ||
* | Reorganize a bit | Case Duckworth | 2021-04-10 |
| | |||
* | Add `:mode' setup form | Case Duckworth | 2021-04-10 |
| | | | | | (:mode EXTENSION) expands to (add-to-list 'auto-mode-alist '(EXTENSION . setup-mode)). | ||
* | Add docstrings | Case Duckworth | 2021-04-10 |
| | |||
* | Fix paredit-mode bindings in SLIME's REPL | Case Duckworth | 2021-04-10 |
| | | | | | | I could (a) put these in a different place (in the `setup slime' form, for example), or (b) streamlined funcitons or ... something, but I did it this way and it works fine so that's that. Oh, I also wrote a longish docstring. | ||
* | Fix some comments for `outline-mode' | Case Duckworth | 2021-04-10 |
| | | | | Still need to do the rest of init.el and early-init.el, and I suppose acdw*.el. | ||
* | 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. | ||
* | Whitespace | Case Duckworth | 2021-04-09 |
| | |||
* | Add ctrlf | Case Duckworth | 2021-04-09 |
| | | | | TODO: incorporate some kind of visual find-replace with ctrlf | ||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-04-09 |
|\ | |||
| * | Add `slime' | Case Duckworth | 2021-04-08 |
| | | | | | | | | | | | | On Windows, I use CLisp for LISP, so I need to add the path to exec-path there. I also moved `geiser''s definition to keep fennel and lua together. | ||
* | | Load clisp for slime | Case Duckworth | 2021-04-09 |
| | | |||
* | | Change font loading logic to hopefully be more robust | Case Duckworth | 2021-04-09 |
|/ | | | | | Based heavily (basically copied) from https://github.com/olivertaylor/olivertaylor.github.io/blob/master/notes/20210324_emacs-optical-font-adjustment.org | ||
* | Add `acdw/find-emacs-dotfiles' | Case Duckworth | 2021-04-07 |
| | |||
* | Remove minibuffer hook and make deletions more smarter | Case Duckworth | 2021-04-07 |
| | | | | | Turns out, `smart-hungry-delete-mode' is mostly unnecessary. I can use the really dumb version. | ||
* | Fix immortal-buffer bug | Case Duckworth | 2021-04-07 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-04-07 |
|\ | |||
| * | Blink cursor once | Case Duckworth | 2021-04-06 |
| | | |||
* | | Uh | Case Duckworth | 2021-04-07 |
| | | |||
* | | Blink cursor once | Case Duckworth | 2021-04-07 |
|/ | |||
* | 7 | Case Duckworth | 2021-04-06 |
| | |||
* | Remove acdw/map | Case Duckworth | 2021-04-06 |
| | |||
* | Add more dired-subtree maps | Case Duckworth | 2021-04-06 |
| | |||
* | Unwrap `flyspell-correct' from the `when (executable-find ...' | Case Duckworth | 2021-04-06 |
| | |||
* | Switch `icomplete-vertical' for `vertico' | Case Duckworth | 2021-04-06 |
| | |||
* | Truncate lines in the minibuffer | Case Duckworth | 2021-04-06 |
| | | | | The comment is wrong. | ||
* | 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 |
| |