diff --git a/init.org b/init.org index 6fba7d8..f73b874 100644 --- a/init.org +++ b/init.org @@ -2207,6 +2207,21 @@ Enables and configures Yasnippet, a template system for Emacs: #+RESULTS: : [nil 26481 25510 926111 nil elpaca-process-queues nil nil 690000 nil] +** Which-key helps with discovery of keybinds + +#+BEGIN_SRC emacs-lisp + (use-package which-key + :ensure t + :functions + which-key-mode + :config + (which-key-mode)) +#+END_SRC + +#+RESULTS: +: [nil 26817 33065 659508 nil elpaca-process-queues nil nil 206000 nil] + + * Programming #+BEGIN_SRC emacs-lisp