diff options
author | noa@gaiwan.org | 2024-07-28 08:12:47 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-28 08:12:47 +0000 |
commit | 0ad4b05622c8ff69788070e6eec3aaa1d1bb57f0 (patch) | |
tree | b0ff5632d2de64c5c94bd3eccd9eb4472ffe3136 /config.org | |
parent | 99022b6744023392b99ac19df33bb62d3b7f7fb6 (diff) |
Add list of installed emacs packages
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. |