Fix naming convention
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
46c0ec0f11
commit
1ffaa699f8
2 changed files with 4 additions and 4 deletions
|
@ -176,13 +176,13 @@ verbosity when editing a file in `doom-private-dir' or `doom-emacs-dir'."
|
|||
")"))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +emacs-lisp-edebug-instrument-defun-on ()
|
||||
(defun +emacs-lisp/edebug-instrument-defun-on ()
|
||||
"Toggle on instrumentalisation for the function under `defun'."
|
||||
(interactive)
|
||||
(eval-defun 'edebugit))
|
||||
|
||||
;;;###autoload
|
||||
(defun +emacs-lisp-edebug-instrument-defun-off ()
|
||||
(defun +emacs-lisp/edebug-instrument-defun-off ()
|
||||
"Toggle off instrumentalisation for the function under `defun'."
|
||||
(interactive)
|
||||
(eval-defun nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue