diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-17 02:30:09 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-17 02:30:09 +0000 |
commit | d7d642bdd94aca6232bfb80dd27c6897e7ef5749 (patch) | |
tree | fd2f353cc181f1ae8e9f33d76bd4390252c6e7d2 /doom.d/packages.el | |
parent | e561e37e091652b79194568bedf3bbfa1b4f80ea (diff) | |
download | dotfiles-d7d642bdd94aca6232bfb80dd27c6897e7ef5749.tar.gz dotfiles-d7d642bdd94aca6232bfb80dd27c6897e7ef5749.tar.bz2 dotfiles-d7d642bdd94aca6232bfb80dd27c6897e7ef5749.zip |
~packages.el -> packages.org
Using an org file for packages now! Explaining my choices and stuff.
packages.el loads bin/packages.el now
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") |