dwt1--dotfiles/.config/doom/packages.el

85 lines
2.9 KiB
EmacsLisp
Raw Permalink Normal View History

2019-12-17 02:22:57 +00:00
;; -*- no-byte-compile: t; -*-
2020-06-20 03:43:40 +00:00
;;; $DOOMDIR/packages.el
2019-12-17 02:22:57 +00:00
2020-06-20 03:43:40 +00:00
;; 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'.
2020-06-20 03:43:40 +00:00
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;(package! some-package)
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
;; https://github.com/raxod502/straight.el#the-recipe-format
;(package! another-package
; :recipe (:host github :repo "username/repo"))
;; If the package you are trying to install does not contain a PACKAGENAME.el
;; file, or is located in a subdirectory of the repo, you'll need to specify
;; `:files' in the `:recipe':
;(package! this-package
; :recipe (:host github :repo "username/repo"
; :files ("some-file.el" "src/lisp/*.el")))
;; If you'd like to disable a package included with Doom, you can do so here
;; with the `:disable' property:
;(package! builtin-package :disable t)
;; You can override the recipe of a built in package without having to specify
;; all the properties for `:recipe'. These will inherit the rest of its recipe
;; from Doom or MELPA/ELPA/Emacsmirror:
;(package! builtin-package :recipe (:nonrecursive t))
;(package! builtin-package-2 :recipe (:repo "myfork/package"))
;; Specify a `:branch' to install a package from a particular branch or tag.
;; This is required for some packages whose default branch isn't 'master' (which
;; our package manager can't deal with; see raxod502/straight.el#279)
;(package! builtin-package :recipe (:branch "develop"))
;; Use `:pin' to specify a particular commit to install.
;(package! builtin-package :pin "1a2b3c4d5e")
;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages...
;(unpin! pinned-package)
;; ...or multiple packages
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
2021-10-21 18:36:06 +00:00
2022-01-14 18:49:26 +00:00
;; (package! gitconfig-mode
;; :recipe (:host github :repo "magit/git-modes"
;; :files ("gitconfig-mode.el")))
;; (package! gitignore-mode
;; :recipe (:host github :repo "magit/git-modes"
;; :files ("gitignore-mode.el")))
(package! flycheck-aspell)
(package! calfw)
(package! calfw-org)
;;(package! dashboard)
2020-11-07 20:05:16 +00:00
(package! dired-open)
2021-11-17 01:21:44 +00:00
(package! dired-subtree)
2022-09-05 17:52:29 +00:00
(package! dirvish)
2020-10-14 00:35:02 +00:00
(package! dmenu)
(package! ednc)
(package! emojify)
2020-10-14 00:35:02 +00:00
(package! evil-tutor)
2022-07-13 19:12:30 +00:00
(package! exwm)
(package! ivy-posframe)
2021-11-19 18:46:54 +00:00
(package! mw-thesaurus)
2022-06-04 18:12:17 +00:00
(package! org-auto-tangle)
2022-01-14 18:49:26 +00:00
(package! org-web-tools)
(package! ox-gemini)
2020-06-20 03:43:40 +00:00
(package! peep-dired)
2021-06-05 17:38:42 +00:00
(package! password-store)
2020-10-14 00:35:02 +00:00
(package! rainbow-mode)
2020-11-20 03:01:05 +00:00
(package! resize-window)
2020-07-14 16:54:54 +00:00
(package! tldr)
2020-08-11 22:27:59 +00:00
(package! wc-mode)
2022-03-01 23:02:07 +00:00
(package! beacon)
(package! clippy)
(package! minimap)
2022-05-02 01:19:28 +00:00
(package! olivetti)