Add doom config

This commit is contained in:
mokou 2020-04-16 23:18:56 +02:00
parent 7a6090b815
commit 832418088b
4 changed files with 432 additions and 0 deletions

12
dot_doom.d/packages.el Normal file
View 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)