diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.org b/config.org index 62984f7..3f5bcd4 100644 --- a/config.org +++ b/config.org @@ -112,6 +112,20 @@ I had a very brief excursion into using ~package-vc-install~ to manage packages (package-install pkg))) #+end_src +** Installed packages +These are the packages i use that aren't packaged in the debian repositories: + +- 0x0 +- isearch-mb +- jinx +- org-modern +- ox-rss +- valign + +#+begin_src sh :tangle no + sudo apt install elpa-aggressive-indent elpa-consult elpa-dired-du elpa-htmlize elpa-jabber elpa-marginalia elpa-markdown-mode elpa-nov elpa-orderless elpa-vertico elpa-visual-fill-column +#+end_src + * Modern keybindings A lot of people say that you get used to emacs keybindings over time, and this is true. But i find it hard to maintain two sets of keybindings in my head: those for emacs, and those for everything else. So i think that it's best to make emacs use the same bindings as everything else. For now, we do that with wakib mode. |