Initial commit
This commit is contained in:
12
packages.el
Normal file
12
packages.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; .doom.d/packages.el
|
||||
|
||||
;;; Examples:
|
||||
;; (package! some-package)
|
||||
;; (package! another-package :recipe (:host github :repo "username/repo"))
|
||||
;; (package! builtin-package :disable t)
|
||||
|
||||
(package! key-chord)
|
||||
(package! which-key)
|
||||
(package! org-mode :recipe (:repo "https://code.orgmode.org/bzg/org-mode.git"))
|
||||
(add-to-list 'load-path "./elfiles")
|
Reference in New Issue
Block a user