aboutsummaryrefslogtreecommitdiff
path: root/doom.d/packages.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/packages.el')
-rw-r--r--doom.d/packages.el12
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