mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
It's settled. I have a problem.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
(provide 'init-elisp)
|
||||
|
||||
(defun remove-elc-on-save ()
|
||||
"If you're saving an elisp file, likely the .elc is no longer valid."
|
||||
(make-local-variable 'after-save-hook)
|
||||
@ -29,3 +27,7 @@
|
||||
(if func (find-function-other-window func)))))
|
||||
|
||||
(bind 'motion emacs-lisp-mode-map "g r" 'my:elisp-eval)
|
||||
|
||||
|
||||
(provide 'init-elisp)
|
||||
;;; init-elisp.el ends here
|
||||
|
Reference in New Issue
Block a user