+headings for packages for organisation

This commit is contained in:
oreodave
2019-08-22 15:18:45 +01:00
parent 09487af73a
commit 7a9519e28f

View File

@@ -5,10 +5,13 @@
;; (package! some-package) ;; (package! some-package)
;; (package! another-package :recipe (:host github :repo "username/repo")) ;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t) ;; (package! builtin-package :disable t)
; General
(package! elcord) (package! elcord)
(package! wttrin) (package! wttrin)
(package! nov)
; Coding
(package! counsel-etags) (package! counsel-etags)
(package! py-yapf) (package! py-yapf)
(package! nov) ; Arduino
(package! arduino-mode) (package! arduino-mode)
(package! company-arduino) (package! company-arduino)