diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:29 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-17 12:49:29 +0100 |
commit | 7e0dab42d7b74f293423e2a743cccffae38773ae (patch) | |
tree | 90d8ee208da49f1f6eebe77f134492ce67301479 /emacs-prelude/personal/.dir-locals.el | |
parent | d0db5660caa836755ea8c99471d816484ea9e837 (diff) | |
download | dotfiles-7e0dab42d7b74f293423e2a743cccffae38773ae.tar.gz |
Remove emacs prelude config
Diffstat (limited to 'emacs-prelude/personal/.dir-locals.el')
-rw-r--r-- | emacs-prelude/personal/.dir-locals.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs-prelude/personal/.dir-locals.el b/emacs-prelude/personal/.dir-locals.el deleted file mode 100644 index 69fa3ca..0000000 --- a/emacs-prelude/personal/.dir-locals.el +++ /dev/null @@ -1,5 +0,0 @@ -;; This will make sure that nothing in your personal directory will be -;; forced through the emacs-lisp-checkdoc flychecker. That's a great -;; checker for real modules, but these are just config files, and you -;; deserve not to get warnings all the time -((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc))))) |