diff options
| author | Dominik Kaiser | 2025-02-09 14:58:42 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-09 14:58:42 +0100 |
| commit | ff286d9972416713d3f920486fbe722a89d4033a (patch) | |
| tree | c1dedfb80a64b35989ce02fa0ed9d2dbd22a739b /README.org | |
| parent | d41f78640cb9a0f16d3361a183e0b46323e06fe7 (diff) | |
| download | emacs-ff286d9972416713d3f920486fbe722a89d4033a.tar.gz emacs-ff286d9972416713d3f920486fbe722a89d4033a.zip | |
Add which-key and change theme
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
