summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-07-02 20:54:23 +0200
committerAlan Pearce2019-07-02 20:54:23 +0200
commit70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6 (patch)
treeb2c37851667987090ac1439089ae58d3ad6e9343 /emacs/.emacs.d
parent7e97b47c93b6f170cc5aa714eb2d49b2a76be899 (diff)
downloaddotfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.tar.lz
dotfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.tar.zst
dotfiles-70b94ce9a0d7bff99c2a865c0b94abbf3723ebd6.zip
Emacs: setup nix-update
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 80cf84e..4ade9d2 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)