all repos — archive/dotfiles @ 0ccf53c11af68097cc869c2418b5bc432f317c78

Superseded by nixfiles

Emacs: Ensure package archives are up-to-date before installing
Alan Pearce alan@alanpearce.eu
Sun, 21 May 2017 13:52:48 +0200
commit

0ccf53c11af68097cc869c2418b5bc432f317c78

parent

80ff771431d668bff8c73461c606c8f1517752dd

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/Makefileemacs/.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)\