diff options
author | Alan Pearce | 2017-05-21 13:52:48 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-21 13:52:48 +0200 |
commit | 0ccf53c11af68097cc869c2418b5bc432f317c78 (patch) | |
tree | 62a00f131973fcefb0b388c8ad441ee735aa19c8 | |
parent | 80ff771431d668bff8c73461c606c8f1517752dd (diff) | |
download | nixfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.tar.lz nixfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.tar.zst nixfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.zip |
Emacs: Ensure package archives are up-to-date before installing
-rw-r--r-- | emacs/.emacs.d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile index 3d965e44..7741ef3e 100644 --- a/emacs/.emacs.d/Makefile +++ b/emacs/.emacs.d/Makefile @@ -1,5 +1,6 @@ define EMACS_TANGLE (progn\ + (package-refresh-contents nil)\ (setq vc-follow-symlinks nil)\ (find-file \"init.org\")\ (require 'ob-tangle)\ |