Skip to content

Commit

Permalink
tweak(elisp): make use of minemacs-first-elisp-file
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 15, 2023
1 parent dc4807b commit 1a3c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
(use-package elisp-mode
:straight (:type built-in)
:hook (emacs-lisp-mode . (lambda () (setq-local tab-width 8))) ;; to view built-in packages correctly
:after minemacs-loaded ; prevent elisp-mode from being loaded too early
:after minemacs-first-elisp-file ; prevent elisp-mode from being loaded too early
:init
(+map-local! :keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map ielm-map lisp-mode-map racket-mode-map scheme-mode-map)
"p" #'check-parens)
Expand Down

0 comments on commit 1a3c3a5

Please sign in to comment.