summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-09 20:42:14 +0000
committerjao <jao@gnu.org>2022-03-09 20:42:26 +0000
commit4d74a407c4343c8919631596b3f89c7ce575c71e (patch)
treebcf207a9918edeb6f1bf9d9751b09923aad97163 /init.org
parent1b31a86ba2f8fa92680ea9585d2df3984d8423fb (diff)
downloadelibs-4d74a407c4343c8919631596b3f89c7ce575c71e.tar.gz
elibs-4d74a407c4343c8919631596b3f89c7ce575c71e.tar.bz2
typo and nit
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))