Update my Doom Emacs config

- Add aider
- Change the font
- Change the theme to match the natural-green theme of XMonad
- Temporarily disable elcord mode
This commit is contained in:
Your Name 2025-06-04 12:19:14 +03:00
parent 365bdd4d78
commit 4f8f3ea5e3
2 changed files with 14 additions and 3 deletions

View file

@ -58,3 +58,5 @@
(package! sublime-themes)
(package! color-theme-sanityinc-tomorrow)
(package! jazz-theme)
(package! aider :recipe (:host github :repo "tninja/aider.el" ))