Moving to Doom Emacs!

This commit is contained in:
Derek Taylor
2019-12-16 20:22:57 -06:00
parent d4b4c33550
commit cc6249d812
3 changed files with 193 additions and 0 deletions

7
.doom.d/packages.el Normal file
View File

@@ -0,0 +1,7 @@
;; -*- 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)