diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 36840813..365e84b9 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -372,7 +372,11 @@ (pinentry-start)) ;;; Edebug -;; (setq edebug-trace t) +;; (setq +;; ;; REVIEW: Does not seem necessary, since '=' already displays the coverage. +;; edebug-test-coverage t +;; edebug-trace t) + ;;; Make windowing more reactive on. This is especially true with Helm on EXWM. (when (= emacs-major-version 26)