diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-19 12:02:30 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-19 12:02:30 +0000 |
commit | 9a427c8f6e72782dc691e5a9a2f5e5ba25f4aa7f (patch) | |
tree | e4c697ad76f68e5867da90821b4601b6fd2b7797 /doom.d | |
parent | eb2652884e877e77935f4e2411e66711723ce140 (diff) | |
download | dotfiles-9a427c8f6e72782dc691e5a9a2f5e5ba25f4aa7f.tar.gz dotfiles-9a427c8f6e72782dc691e5a9a2f5e5ba25f4aa7f.tar.bz2 dotfiles-9a427c8f6e72782dc691e5a9a2f5e5ba25f4aa7f.zip |
+comments for each package reference
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/packages.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index 4291eff..d02fb33 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -6,11 +6,11 @@ ;; (package! another-package :recipe (:host github :repo "username/repo")) ;; (package! builtin-package :disable t) ; General -(package! elcord) -(package! wttrin) +(package! elcord) ; to flex +(package! wttrin) ; weather in emacs? yes please ; Coding -(package! counsel-etags) -(package! py-yapf) +(package! counsel-etags) ; tags are cool +(package! py-yapf) ; formatting ; Arduino -(package! arduino-mode) -(package! company-arduino) +(package! arduino-mode) ; mandatory, though I might make my own module for this +(package! company-arduino) ; intellisense EVERYTHING |