Add doom config
This commit is contained in:
parent
7a6090b815
commit
832418088b
4 changed files with 432 additions and 0 deletions
12
dot_doom.d/packages.el
Normal file
12
dot_doom.d/packages.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;; -*- 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! monky)
|
||||
(package! kaolin-themes)
|
||||
(package! exec-path-from-shell)
|
||||
(package! editorconfig)
|
||||
(package! autothemer)
|
Loading…
Add table
Add a link
Reference in a new issue