;; -*- 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! apheleia) (package! autothemer) (package! casual-dired) (package! catppuccin-theme) (package! dockerfile-mode) (package! elpher) (package! evil-nerd-commenter) (package! gemini :recipe (:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el")) (package! helpful) (package! just-mode) (package! license-templates) (package! org-superstar) (package! ox-hugo) (package! pdf-tools) (package! shell-pop) (package! systemd) (package! undo-tree)