emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 25385d9337 458/472: Add toggle-debug-output functi


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 25385d9337 458/472: Add toggle-debug-output function
Date: Thu, 6 Jan 2022 21:59:48 -0500 (EST)

branch: elpa/pacmacs
commit 25385d9337318d2a8954d151f9f83e8d7afe49d4
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]