all repos — nixfiles @ 0ccf53c11af68097cc869c2418b5bc432f317c78

System and user configuration, managed by nix and home-manager

Emacs: Ensure package archives are up-to-date before installing

Alan Pearce
commit

0ccf53c11af68097cc869c2418b5bc432f317c78

parent

80ff771431d668bff8c73461c606c8f1517752dd

1 file changed, 1 insertion(+), 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)\