summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org
index a19b643..a53e6a6 100644
--- a/README.org
+++ b/README.org
@@ -45,7 +45,7 @@
#+end_src
** Theme
#+begin_src elisp
- (load-theme 'tango-dark)
+ (load-theme 'wombat)
#+end_src
** Modeline
*** Doom modeline
@@ -77,3 +77,11 @@
:config
(setq ivy-initial-inputs-alist nil)) ;; Don't start searches with ^
#+end_src
+* Helpers
+** which-key
+#+begin_src elisp
+ (use-package which-key
+ :init (which-key-mode)
+ :config
+ (setq which-key-idle-delay 0.3))
+#+end_src