dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 96b73defd73bcede8a7530628a37da711bc8aaca
parent ef4964a4b85712281140b20c6ffb35a63a11348e
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 12 May 2023 15:53:46 +0200

emacs: devil mode

Diffstat:
Memacs/config.org | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1413,6 +1413,18 @@ Prism changes the color of text depending on their depth. Makes it easier to see (bg (plist-get properties :background))) (set-face-attribute 'mode-line nil :background bg))))))))) #+end_src +** devil: alternative to god-mode that uses a comma +#+begin_src emacs-lisp + (use-package devil + :init + (za/package-vc-install :repo "susam/devil") + (require 'devil) + :custom + (devil-lighter " \u272A") + (devil-prompt "\u272A %t") + :config (global-devil-mode) + :bind ("C-," . global-devil-mode)) +#+end_src ** academic-phrases Gives ideas for phrases to use in academic writing. #+begin_src emacs-lisp