diff options
Diffstat (limited to 'doom.d/packages.el')
-rw-r--r-- | doom.d/packages.el | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index ba6178f..96fa3e6 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -1,18 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; ~/.doom.d/packages.el -;;; Examples: -;; (package! some-package) -;; (package! another-package :recipe (:host github :repo "username/repo")) -;; (package! builtin-package :disable t) -; General -(package! elcord) ; to flex -(package! wttrin) ; weather in emacs? yes please -(package! wakatime-mode) ; wakatime -(package! powerthesaurus) -; Coding -(package! counsel-etags) ; tags are cool -(package! py-yapf) ; formatting -; Arduino -(package! arduino-mode) ; mandatory, though I might make my own module for this -(package! company-arduino) ; intellisense EVERYTHING +(load! "bin/packages.el") |