mirror of
https://codeberg.org/hyperreal/doom-emacs-config
synced 2024-11-01 16:53:07 +01:00
35 lines
917 B
EmacsLisp
35 lines
917 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! autothemer)
|
|
(package! catppuccin-theme)
|
|
(package! elfeed)
|
|
(package! elfeed-goodies)
|
|
(package! elfeed-protocol)
|
|
(package! elfeed-tube)
|
|
(package! elfeed-tube-mpv)
|
|
(package! elpher)
|
|
(package! evil-nerd-commenter)
|
|
(package! fzf)
|
|
(package! gemini :recipe
|
|
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
|
|
(package! go-complete)
|
|
(package! importmagic)
|
|
(package! just-mode)
|
|
(package! justl)
|
|
(package! license-templates)
|
|
(package! nov)
|
|
(package! org-chef)
|
|
(package! org-roam)
|
|
(package! org-superstar)
|
|
(package! python-docstring)
|
|
(package! shell-pop)
|
|
(package! systemd)
|