summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.org b/init.org
index 251c7c2..ccd0564 100644
--- a/init.org
+++ b/init.org
@@ -205,6 +205,9 @@
:config (setq repeat-echo-function #'repeat-echo-mode-line))
(when (> emacs-major-version 27) (repeat-mode))
+ (use-package transient
+ :init (setq transient-show-popup 2.0))
+
(use-package hydra :ensure t)
(use-package major-mode-hydra
:ensure t