summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el
index 85c56c5..1ee3957 100644
--- a/init.el
+++ b/init.el
@@ -27,7 +27,7 @@
(set-fringe-mode 10)
-(load-theme 'tango-dark)
+(load-theme 'wombat)
(use-package doom-modeline
:ensure t
@@ -48,3 +48,8 @@
("C-x C-f" . counsel-find-file))
:config
(setq ivy-initial-inputs-alist nil)) ;; Don't start searches with ^
+
+(use-package which-key
+ :init (which-key-mode)
+ :config
+ (setq which-key-idle-delay 0.3))