summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-21 13:52:48 +0200
committerAlan Pearce2017-05-21 13:52:48 +0200
commit0ccf53c11af68097cc869c2418b5bc432f317c78 (patch)
tree62a00f131973fcefb0b388c8ad441ee735aa19c8 /emacs
parent80ff771431d668bff8c73461c606c8f1517752dd (diff)
downloaddotfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.tar.lz
dotfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.tar.zst
dotfiles-0ccf53c11af68097cc869c2418b5bc432f317c78.zip
Emacs: Ensure package archives are up-to-date before installing
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index 3d965e4..7741ef3 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)\