branch: elpa/pacmacs
commit 25385d9337318d2a8954d151f9f83e8d7afe49d4
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Add toggle-debug-output function
---
 pacmacs.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pacmacs.el b/pacmacs.el
index 41d1929935..488bb3e4cc 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -118,6 +118,10 @@
   (setq cursor-type nil)
   (setq truncate-lines t))
 
+(defun pacmacs-toggle-debug-output ()
+  (interactive)
+  (setq pacmacs-debug-output (not pacmacs-debug-output)))
+
 ;;;###autoload
 (defun pacmacs-start ()
   (interactive)

Reply via email to