diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index b3184a4f..99fec29c 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -356,4 +356,7 @@ (when (require 'pinentry nil t) (pinentry-start)) +;;; Edebug +;; (setq edebug-trace t) + (provide 'main)