From e583c03095e41b814ea6a290099e4c82d21c45d5 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Dec 2019 15:17:06 +0100 Subject: [PATCH] Installed code prettifiers --- emacs/.config/doom/config.el | 3 +++ emacs/.config/doom/init.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 2f3a1cb..8552edc 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -29,3 +29,6 @@ :channels ("#islam")) )) ) + +;; temporarily fix bug +(fset 'battery-update #'ignore) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index c0490e6..e239d10 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -34,7 +34,7 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - ;;pretty-code ; replace bits of code with pretty symbols + pretty-code ; replace bits of code with pretty symbols ;;tabs ; an tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages @@ -47,7 +47,7 @@ (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding - ;;(format +onsave) ; automated prettiness + (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim multiple-cursors ; editing in many places at once