+config from doom emacs - to configure

This commit is contained in:
oreodave
2019-07-24 00:09:37 +01:00
parent 7a3a72b298
commit ea1faa7eb9
5 changed files with 279 additions and 0 deletions

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

@@ -0,0 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; ~/.doom.d/packages.el
;;; Examples:
;; (package! some-package)
;; (package! another-package :recipe (:fetcher github :repo "username/repo"))
;; (package! builtin-package :disable t)
(package! elcord)