summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-07 19:08:48 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-07 19:08:48 +0300
commitba84e716d516686784ff2a759a284452e4f94291 (patch)
tree83d1d4a4bc0ea618c692de13a759de741ec8bb50 /emacs.d/init.el
parent0bfb96c42f786b5ed69ec729fc8e4010cbb7726d (diff)
downloadliw-dot-files-ba84e716d516686784ff2a759a284452e4f94291.tar.gz
drop elpa
Diffstat (limited to 'emacs.d/init.el')
-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 8c3dfcc..bcaccba 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