diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-02-10 11:16:22 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-02-10 11:16:22 +0100 |
commit | 6e3d2f12b249fded40251508ff71794cde3ee6f8 (patch) | |
tree | c03be7d6cb3c2a678dc4b1ac40e8b9c6d88bd9b3 /.doom.d/packages.el | |
parent | 9e95cdd5853c847e71024a789f2547a526202148 (diff) | |
download | dotfiles-6e3d2f12b249fded40251508ff71794cde3ee6f8.tar.gz dotfiles-6e3d2f12b249fded40251508ff71794cde3ee6f8.zip |
update configs
Diffstat (limited to '.doom.d/packages.el')
-rw-r--r-- | .doom.d/packages.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.doom.d/packages.el b/.doom.d/packages.el index a62bb6f..69a9d74 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el | |||
@@ -1,5 +1,3 @@ | |||
1 | (package! lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss")) | ||
2 | |||
3 | ;; -*- no-byte-compile: t; -*- | 1 | ;; -*- no-byte-compile: t; -*- |
4 | ;;; $DOOMDIR/packages.el | 2 | ;;; $DOOMDIR/packages.el |
5 | 3 | ||
@@ -50,3 +48,7 @@ | |||
50 | ;(unpin! pinned-package another-pinned-package) | 48 | ;(unpin! pinned-package another-pinned-package) |
51 | ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) | 49 | ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) |
52 | ;(unpin! t) | 50 | ;(unpin! t) |
51 | |||
52 | (package! org-roam) | ||
53 | (package! org-tree-slide) | ||
54 | (package! org-bullets) | ||