summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2022-05-22 21:16:15 +0200
committerfpi2023-02-19 18:37:22 +0100
commit0140e0f7e7e1441458dfd6f11a990ace6db91ee7 (patch)
treee3518f9363b0ea93b9efda19faadf9bff0716b26 /emacs-init.org
parentUpdate font & theme settings/prose (diff)
[wip] restructure init
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org10
1 files 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