dotfiles/emacs/packages.el
James Patrick 76fa17427f Updating the org UI to try and make it better looking.
Mixed Mode is loaded from the zen doom module, but there's a fair amount
of general weirdness with the ZEN mode so there might be some rough edges.
2021-04-02 15:51:02 -04:00

16 lines
517 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; ~/.doom.d/packages.el
(package! vimrc-mode)
(package! graphviz-dot-mode :pin "3642a0a5f4...")
(package! systemd :pin "b6ae63a236...")
(package! org-super-agenda :pin "f5e80e4d0d...")
(package! selectric-mode :pin "1840de71f7...")
(package! spray :pin "74d9dcfa2e...")
(package! postcss-sorting)
;;; Examples:
;; (package! pretty-mode)
;; (package! some-package)
;; (package! another-package :recipe (:fetcher github :repo "username/repo"))
;; (package! builtin-package :disable t)