dotfiles/emacs/packages.el
James Patrick 487e056acc Removed Org-Agenda for the time being.
It was causing some preformance issues on OSX. I do like the package so
I may try toubleshoot these later
2021-11-20 15:22:17 -05:00

13 lines
383 B
EmacsLisp

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