mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
module-elisp.el => module-lisp.el
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;;; defuns-elisp.el
|
||||
;;; defuns-lisp.el
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/elisp-find-function-at-pt ()
|
||||
@ -12,5 +12,5 @@
|
||||
(let ((func (function-called-at-point)))
|
||||
(if func (find-function-other-window func))))
|
||||
|
||||
(provide 'defuns-elisp)
|
||||
;;; defuns-elisp.el ends here
|
||||
(provide 'defuns-lisp)
|
||||
;;; defuns-lisp.el ends here
|
Reference in New Issue
Block a user