Refresh packages in Emacs from elpa

This commit is contained in:
Jesús 2018-09-23 16:33:45 -05:00
parent dca75a207e
commit 3ba8cf3d87
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -24,6 +24,11 @@
("org" . 3)))
;; =================
;; Refresh packages in Emacs
;; ==========================
(when (not package-archive-contents)
(package-refresh-contents))
;;; Find packages if not installed
;; ================================
;;; On-demand installation of packages