about summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* Fix a bug with paredit not properly indenting lispCase Duckworth2021-04-12
| | | | ... i honestly don't know.
* Back to `icomplete-mode'Case Duckworth2021-04-12
| | | | | While `vertico' is nice, it's honestly still a bit buggy, and slower than `icomplete-vertical'. So there we are.
* Add `acdw-org/delete-backward-char' and adviseCase Duckworth2021-04-12
| | | | | | | | The advice I've added untabifies in addition to deleting the character, which enables the function to look at `delete-backward-char-untabify-method' or whatev. Also ... whitespace apparently?
* Configure `company-mode'Case Duckworth2021-04-12
|
* Fix lispy modes hooksCase Duckworth2021-04-12
|
* Set `initial-major-mode' to `emacs-lisp-mode'Case Duckworth2021-04-12
| | | | I don't use C-j anyway.
* Told ya it was subject to changeCase Duckworth2021-04-12
|
* Add `visual-line-mode' to `org-mode-hook'Case Duckworth2021-04-12
| | | | See the comments for details. Subject to change.
* Remove `ctrlf' and customize `isearch'Case Duckworth2021-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 Duckworth2021-04-12
|
* Set the bell to flash the mode-lineCase Duckworth2021-04-12
| | | | ... and beep at home (I like the little beep!)
* Add `company'Case Duckworth2021-04-10
| | | | | | - Hook into `prog-mode' - Change some bindings - Add `slime-company'
* Refactor to define all lispish modes in one placeCase Duckworth2021-04-10
| | | | See variable `lispy-modes'
* Reorganize a bitCase Duckworth2021-04-10
|
* Add `:mode' setup formCase Duckworth2021-04-10
| | | | | (:mode EXTENSION) expands to (add-to-list 'auto-mode-alist '(EXTENSION . setup-mode)).
* Add docstringsCase Duckworth2021-04-10
|
* Fix paredit-mode bindings in SLIME's REPLCase Duckworth2021-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 Duckworth2021-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 existsCase Duckworth2021-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 ctrlfCase Duckworth2021-04-09
| | | | TODO: incorporate some kind of visual find-replace with ctrlf
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-04-09
|\
| * Add `slime'Case Duckworth2021-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 slimeCase Duckworth2021-04-09
|/
* Add `acdw/find-emacs-dotfiles'Case Duckworth2021-04-07
|
* Remove minibuffer hook and make deletions more smarterCase Duckworth2021-04-07
| | | | | Turns out, `smart-hungry-delete-mode' is mostly unnecessary. I can use the really dumb version.
* Fix immortal-buffer bugCase Duckworth2021-04-07
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-04-07
|\
| * Blink cursor onceCase Duckworth2021-04-06
| |
* | UhCase Duckworth2021-04-07
| |
* | Blink cursor onceCase Duckworth2021-04-07
|/
* 7Case Duckworth2021-04-06
|
* Add more dired-subtree mapsCase Duckworth2021-04-06
|
* Unwrap `flyspell-correct' from the `when (executable-find ...'Case Duckworth2021-04-06
|
* Switch `icomplete-vertical' for `vertico'Case Duckworth2021-04-06
|
* Truncate lines in the minibufferCase Duckworth2021-04-06
| | | | The comment is wrong.
* Remove gnusCase Duckworth2021-04-06
|
* Typos?Case Duckworth2021-04-05
|
* Guile -> SchemeCase Duckworth2021-04-04
| | | | Guile /is/ a scheme, after all.
* Fix paredit-mode bindingsCase Duckworth2021-04-04
| | | | <backspace> was being shadowed by `smart-hungry-delete'.
* Fix outshine comment leadersCase Duckworth2021-04-03
|
* Add `paren-face'Case Duckworth2021-04-03
|
* Add `geiser'Case Duckworth2021-04-03
|
* Add `fennel' and `lua'Case Duckworth2021-04-03
|
* Add `form-feed'Case Duckworth2021-04-03
|
* Fix typoCase Duckworth2021-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 aroundCase Duckworth2021-04-03
|
* Add paredit-modeCase Duckworth2021-04-03
| | | | I also disabled electric-pair-mode in paredit-mode enabled buffers.
* Fix typoCase Duckworth2021-04-03
|
* Remove split-window-* adviceCase Duckworth2021-04-02
| | | | It messed up too much.
* Require spelling program for spelling to workCase Duckworth2021-04-02
|