aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/packages.el5
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)