From 0140e0f7e7e1441458dfd6f11a990ace6db91ee7 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 22 May 2022 21:16:15 +0200 Subject: [wip] restructure init --- emacs-init.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index 28f9626..7231802 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -300,7 +300,10 @@ This package allows hydra definitions in use-package. (use-package use-package-hydra :straight t) #+end_src -*** which-key +*** REVIEW which-key +:NOTES: +- State "REVIEW" from "TODO" [2022-05-22 Sun 12:35] +:END: In Emacs you can press =?= or =C-h= after starting a key combination to get a list of available commands. =which-key= shows these in a small popup, which I think is more handy. @@ -312,7 +315,10 @@ small popup, which I think is more handy. (which-key-lighter "") :config (which-key-mode 1)) #+end_src -*** Try +*** REVIEW Try +:NOTES: +- State "REVIEW" from [2022-05-22 Sun 12:35] +:END: Sometimes I stumble over a package and want to try it out without commiting to it and installing it fully – possibly forgetting to remove it. =Try= installs packages temporarily for this emacs session -- cgit v1.2.3