mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-01 17:23:06 +01:00
28 lines
827 B
EmacsLisp
28 lines
827 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! 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-gemini)
|
|
(package! pdf-tools)
|
|
(package! shell-pop)
|
|
(package! systemd)
|
|
(package! undo-tree)
|