1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/emacs/.config/doom/packages.el

15 lines
468 B
EmacsLisp
Raw Normal View History

2019-12-01 17:47:48 +00:00
;; -*- no-byte-compile: t; -*-
;;; .doom.d/packages.el
;;; Examples:
;; (package! some-package)
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
2019-12-07 12:59:24 +00:00
(package! counsel-spotify)
2019-12-10 20:04:56 +00:00
(package! wttrin)
2019-12-11 16:50:40 +00:00
(package! elfeed-protocol)
2019-12-11 17:52:19 +00:00
(package! elfeed-goodies)
2019-12-12 18:09:43 +00:00
(package! org-protocol-capture-html :recipe (:host github :repo "alphapapa/org-protocol-capture-html"))
2019-12-21 20:37:19 +00:00
(package! docker-compose-mode)
(package! nginx-mode)