summaryrefslogtreecommitdiff
path: root/.config/doom/packages.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/packages.el')
-rw-r--r--.config/doom/packages.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/doom/packages.el b/.config/doom/packages.el
index a4c8b61..fcffea5 100644
--- a/.config/doom/packages.el
+++ b/.config/doom/packages.el
@@ -8,7 +8,6 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)
-(package! org-bullets)
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
@@ -49,3 +48,6 @@
;; (unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;; (unpin! t)
+
+(package! org-bullets)
+;(package! mozc) ;; I have no idea if this is busted or not