General cleanup (again)

This commit is contained in:
Henrik Lissner 2016-03-29 23:13:31 -04:00
parent 53c94b8273
commit f9f0b9a2e4
11 changed files with 84 additions and 85 deletions

View file

@ -44,5 +44,17 @@
(narf--ert-pre)
(ert-run-tests-interactively t))
;;;###autoload
(defun narf/elisp-auto-compile ()
(when (narf/is-recompilable-p)
(narf:compile-el)))
;;;###autoload
(defun narf/elisp-inf-ielm ()
(ielm)
(let ((buf (current-buffer)))
(bury-buffer)
(pop-to-buffer buf)))
(provide 'defuns-lisp)
;;; defuns-lisp.el ends here