Update .doom.d/init.el, .doom.d/config.el, .doom.d/packages.el files

This commit is contained in:
2022-10-17 13:50:02 +00:00
parent b6df354719
commit d81993b78c
3 changed files with 129 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
;; https://github.com/raxod502/straight.el#the-recipe-format
;; https://github.com/radian-software/straight.el#the-recipe-format
;(package! another-package
; :recipe (:host github :repo "username/repo"))
@@ -34,7 +34,7 @@
;; Specify a `:branch' to install a package from a particular branch or tag.
;; This is required for some packages whose default branch isn't 'master' (which
;; our package manager can't deal with; see raxod502/straight.el#279)
;; our package manager can't deal with; see radian-software/straight.el#279)
;(package! builtin-package :recipe (:branch "develop"))
;; Use `:pin' to specify a particular commit to install.
@@ -49,14 +49,14 @@
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! org-journal)
(package! all-the-icons-ivy-rich)
(package! git-auto-commit-mode)
;; required for mgr-gitlab
(package! gitlab)
;; Testing
(package! dashboard)
(package! all-the-icons-ivy-rich)
(package! paredit)
(package! denote)
;; Load optional site-specific config (e.g. work profiles)
(if (file-exists-p "~/.doom-site/init.el")
(load-file "~/.doom-site/init.el"))