diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-22 15:18:45 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-22 15:18:45 +0100 |
commit | 7a9519e28fbce56de72f8a309ce8fc28c78866a8 (patch) | |
tree | 1622ff5c95cf56702910d3b46b1bd268324b3825 | |
parent | 09487af73adc0d2b91afbb934da5fdb4c91164a8 (diff) | |
download | dotfiles-7a9519e28fbce56de72f8a309ce8fc28c78866a8.tar.gz dotfiles-7a9519e28fbce56de72f8a309ce8fc28c78866a8.tar.bz2 dotfiles-7a9519e28fbce56de72f8a309ce8fc28c78866a8.zip |
+headings for packages for organisation
-rw-r--r-- | doom.d/packages.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index 881d995..8789f21 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -5,10 +5,13 @@ ;; (package! some-package) ;; (package! another-package :recipe (:host github :repo "username/repo")) ;; (package! builtin-package :disable t) +; General (package! elcord) (package! wttrin) +(package! nov) +; Coding (package! counsel-etags) (package! py-yapf) -(package! nov) +; Arduino (package! arduino-mode) (package! company-arduino) |