blob: fb521bc2669d05bf6ecf5e697c794bc5e552b35b (
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
26
27
|
(disable-packages! writegood-mode)
(unpin! (:editor parinfer))
(unpin! evil-collection)
(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))
|