summaryrefslogtreecommitdiff
path: root/modules/emacs/doom/packages.el
blob: 2edbf1a69c0f5579d04c7e53463340b76e3cdfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(disable-packages! writegood-mode)

(package! xclip)

(package! org-roam-ui)

(package! nickel-mode)

(package! hledger-mode)

(package! sops
  :recipe (:type git
           :host github
           :repo "djgoku/sops"))

(unpin! ansible)
(package! ansible
  :recipe (:type git
           :host gitlab
           :repo "emacs-ansible/emacs-ansible"))