From 7a9519e28fbce56de72f8a309ce8fc28c78866a8 Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 22 Aug 2019 15:18:45 +0100 Subject: +headings for packages for organisation --- doom.d/packages.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doom.d') 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) -- cgit v1.2.3-13-gbd6f