From 9a427c8f6e72782dc691e5a9a2f5e5ba25f4aa7f Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 19 Nov 2019 12:02:30 +0000 Subject: +comments for each package reference --- doom.d/packages.el | 12 ++++++------ 1 file 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 -- cgit v1.2.3-13-gbd6f