dotfiles

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

commit 3eb0c640ff50cae5c9e07fc087c5977612043754
parent 8b92ee97542b0a00ea6f728aaacfc433af51627a
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  9 Aug 2022 23:56:26 +0200

emacs: prism

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

diff --git a/emacs/config.org b/emacs/config.org @@ -1589,7 +1589,12 @@ Linter for the metadata in Emacs Lisp files which are intended to be packages. #+begin_src emacs-lisp (add-hook 'emacs-lisp-mode-hook #'outline-minor-mode) #+end_src +** prism +Prism changes the color of text depending on their depth. Makes it easier to see where something is at a glance. +#+begin_src emacs-lisp +(use-package prism) +#+end_src * Interface ** Start debugger on error #+begin_src emacs-lisp