diff options
author | Alan Pearce | 2019-07-02 20:54:23 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-02 20:54:23 +0200 |
commit | 70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6 (patch) | |
tree | b2c37851667987090ac1439089ae58d3ad6e9343 /emacs/.emacs.d/main.el | |
parent | 7e97b47c93b6f170cc5aa714eb2d49b2a76be899 (diff) | |
download | nixfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.tar.lz nixfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.tar.zst nixfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.zip |
Emacs: setup nix-update
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 80cf84e2..4ade9d2e 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -440,6 +440,10 @@ With two prefix arguments, write out the day and month name." ;;;; nix (custom-set-variables '(nix-indent-function #'nix-indent-line)) + +(use-package nix-update + :commands (nix-update-fetch)) + ;;;; gitlab-ci.yml (with-eval-after-load 'git-gutter-fringe (fringe-helper-define 'flycheck-fringe-bitmap-double-arrow '(center repeated) |