From 90f051d46a1d9cfbae5d9c2984a96a621ae4a82a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 31 Mar 2024 21:40:41 -0400 Subject: Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers added around the newly introduced keymap-* functions in GNU Emacs 29. Also dropped some mostly unused configs like exwm and org. --- .emacs.d/etc/.dir-locals.el | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .emacs.d/etc/.dir-locals.el (limited to '.emacs.d/etc/.dir-locals.el') diff --git a/.emacs.d/etc/.dir-locals.el b/.emacs.d/etc/.dir-locals.el deleted file mode 100644 index e007adb..0000000 --- a/.emacs.d/etc/.dir-locals.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; Directory Local Variables -;;; For more information see (info "(emacs) Directory Variables") - -((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc))))) -- cgit v1.2.3-83-g751a