James Patrick
eaed9d80df
To use one or the other specify set variable to either `doom` or `spacemacs`. If no value is specified it will default to Spacemacs, though this may change in the future.
9 lines
244 B
EmacsLisp
9 lines
244 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ~/.doom.d/packages.el
|
|
|
|
;;; Examples:
|
|
;; (package! pretty-mode)
|
|
;; (package! some-package)
|
|
;; (package! another-package :recipe (:fetcher github :repo "username/repo"))
|
|
;; (package! builtin-package :disable t)
|