File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -616,11 +616,11 @@ or file path may exist now."
616
616
(+eglot-register '(nxml-mode xml-mode) " lemminx" ))
617
617
618
618
(use-package elisp-mode
619
- :hook (emacs-lisp-mode . (lambda () (setq-local tab-width 8 ))) ; ; to view built-in packages correctly
620
619
:after minemacs-first-elisp-file ; prevent elisp-mode from being loaded too early
621
620
:init
622
621
(+map-local! :keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map ielm-map lisp-mode-map racket-mode-map scheme-mode-map)
623
622
" p" #'check-parens )
623
+ (+setq-hook! emacs-lisp-mode tab-width 8 ) ; to view built-in packages correctly
624
624
:config
625
625
(+map-local! :keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map)
626
626
" d" '(nil :wk " edebug" )
You can’t perform that action at this time.
0 commit comments