lang/emacs-lisp: remove +emacs-lisp/find-function (use xref now)

This commit is contained in:
Henrik Lissner 2017-03-15 22:46:33 -04:00
parent 8b2ae30c35
commit 75d8ee079d
2 changed files with 0 additions and 19 deletions

View file

@ -19,9 +19,6 @@
;; Don't affect lisp indentation (only `tab-width')
(set! :editorconfig :remove 'emacs-lisp-mode)
(map! :map emacs-lisp-mode-map
:m "gd" '+emacs-lisp/find-function)
(defun +emacs-lisp|hook ()
(setq mode-name "Elisp") ; [pedantry intensifies]
(add-hook 'before-save-hook 'delete-trailing-whitespace nil t)