dotfiles

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

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

emacs: enable flycheck for elisp

Diffstat:
Memacs/config.org | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1149,7 +1149,8 @@ Install flycheck, and enable it by default in certain major modes: #+begin_src emacs-lisp (use-package flycheck - :hook (sh-mode . flycheck-mode)) + :hook (sh-mode . flycheck-mode) + (emacs-lisp-mode . flycheck-mode)) #+end_src ** anki-editor