summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index 299b718..4407c8a 100644
--- a/init.org
+++ b/init.org
@@ -222,7 +222,7 @@
*** Transient
#+begin_src emacs-lisp
(use-package transient
- :init (setq transient-show-popup 2.0)
+ :init (setq transient-show-popup t) ;; 2.0
:demand t
:config
(transient-bind-q-to-quit))