doom seems like a better start

This commit is contained in:
Thomas Ruoff
2019-08-20 09:09:09 +02:00
parent 10b9bb3adb
commit 33e00176cb
5 changed files with 199 additions and 149 deletions

9
emacs/doom.d/packages.el Normal file
View File

@@ -0,0 +1,9 @@
;; -*- 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! add-node-modules-path)