diff --git a/emacs.el b/emacs.el index 40d76b2..81e72aa 100644 --- a/emacs.el +++ b/emacs.el @@ -32,6 +32,7 @@ Otherwize hook it." (lambda () ,@body)))) +;; TODO: Remove: Just checking fboundp should be enough for most cases (defmacro safe-require-or-eval (feature) "Require FEATURE if available.