summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* 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
|
* Disable tool-tip-modeCase Duckworth2021-04-02
|
* Advise split-window- functions to prompt for a bufferCase Duckworth2021-04-02
|
* Remove `:acdw/map' from `setup'Case Duckworth2021-04-02
|
* Change hook formattingCase Duckworth2021-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 codeCase Duckworth2021-04-02
|
* Hook `electric-pair-mode' into `eval-expression'Case Duckworth2021-04-02
|
* Hook `executable-make-buffer-file-executable-if-script-p'Case Duckworth2021-04-02
| | | | The worst-named function ... of all time.
* Add `defun-with-hooks'Case Duckworth2021-04-02
|
* Tweak elisp-mode settingsCase Duckworth2021-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 eldocCase Duckworth2021-04-02
|
* Add `elpher:eww-browse-url'Case Duckworth2021-04-02
|
* Add `pkgbuild-mode'Case Duckworth2021-04-02
|
* Change helpful advice to bindingsCase Duckworth2021-04-02
|
* Set `find-function-C-source-directory' everywhereCase Duckworth2021-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 Duckworth2021-04-02
|
* Fix eshell mode lineCase Duckworth2021-04-02
|
* Change RET in `dired-mode-map' to `dired-find-alternate-file'Case Duckworth2021-04-01
|
* Add ^D binding to quit eshellCase Duckworth2021-04-01
|
* Move MS Windows settings above Etc settings and add someCase Duckworth2021-04-01
| | | | Most are from https://depp.brause.cc/dotemacs/.
* Change method of init-time messageCase Duckworth2021-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