Early May update

- Added new doom emacs config
This commit is contained in:
minhtrannhat
2022-05-15 16:12:39 -04:00
parent 993adb372d
commit 9d9fdee9cb
9 changed files with 386 additions and 208 deletions

View File

@@ -48,3 +48,12 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
;;(package! elcord)
(package! tree-sitter)
(package! tree-sitter-langs)
(unpin! org-roam)
(package! websocket)
(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
(package! magit-delta)
(package! blamer :recipe (:host github :repo "artawower/blamer.el"))
(package! org-gtd)