doom-emacs/packages.el

37 lines
1004 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
;; To install a package with Doom you must declare them here and run 'doom sync'
;; on the command line, then restart Emacs for the changes to take effect -- or
;; use 'M-x doom/reload'.
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;(package! some-package)
(package! artbollocks-mode :recipe
(:host nil :repo "https://github.com/sachac/artbollocks-mode"))
(package! autothemer)
(package! catppuccin-theme)
(package! elfeed)
(package! elfeed-goodies)
(package! elfeed-protocol)
(package! elpher)
(package! elpy)
(package! evil-nerd-commenter)
(package! fzf)
(package! gemini :recipe
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
(package! go-complete)
(package! helpful)
(package! importmagic)
(package! just-mode)
(package! justl)
(package! license-templates)
(package! nov)
(package! org-roam)
(package! org-superstar)
(package! python-docstring)
(package! shell-pop)
(package! systemd)
(package! undo-tree)