From e3e36040555970117913acdf0d33d208e9309120 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 19 Feb 2018 21:22:54 +0100 Subject: [PATCH] Edebug: Comment on trace setting --- .emacs.d/lisp/main.el | 3 +++ 1 file changed, 3 insertions(+) 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)