summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-07 19:13:36 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-07 19:13:36 +0300
commit40fc2402e0f2aded4930112b51a639de2ff914fe (patch)
tree77b749727c8c398b784a21994b129a8e252a0c90 /emacs.d
parent628546b9be2a9d791d03f309f0c7329b3bae6d80 (diff)
downloadliw-dot-files-40fc2402e0f2aded4930112b51a639de2ff914fe.tar.gz
emacs: don't load packages by default
Sponsored-by: author
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 51ae3dc..1e4c00b 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -16,7 +16,7 @@
(package-initialize)
;; Run this manually from time to time to update package lists.
-(package-refresh-contents)
+;(package-refresh-contents)
;; use-package for easier configuration