diff options
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) | ||