Edebug: Comment on test-coverage

master
Pierre Neidhardt 2019-03-18 10:52:17 +01:00
parent 6b8ec1501c
commit 36c805fb6e
1 changed files with 5 additions and 1 deletions

View File

@ -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)