mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix naming convention
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
@ -79,8 +79,8 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
:map emacs-lisp-mode-map
|
||||
"e" #'macrostep-expand
|
||||
(:prefix ("d" . "debug")
|
||||
("f" #'+emacs-lisp-edebug-instrument-defun-on)
|
||||
("F" #'+emacs-lisp-edebug-instrument-defun-off))))
|
||||
("f" #'+emacs-lisp/edebug-instrument-defun-on)
|
||||
("F" #'+emacs-lisp/edebug-instrument-defun-off))))
|
||||
|
||||
;;
|
||||
;;; Packages
|
||||
|
Reference in New Issue
Block a user