blob: 0f908df9f8c367d9361346e2741fce5ec72a374a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
(disable-packages! writegood-mode)
(unpin! (:editor parinfer))
(package! xclip)
(package! org-roam-ui)
(package! nickel-mode)
(package! hledger-mode)
(package! sops
:recipe (:host github
:repo "djgoku/sops"))
(unpin! ansible)
(package! ansible
:recipe (:host gitlab
:repo "emacs-ansible/emacs-ansible"))
(package! tvl
:recipe (:host nil
:repo "https://code.tvl.fyi/depot.git:/tools/emacs-pkgs/tvl.git"
:build nil))
|