summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 04494cd..734cdcc 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -43,6 +43,10 @@
'(markdown-enable-math t)
'(markdown-header-scaling t)
'(menu-bar-mode nil)
+ '(package-archives
+ (quote
+ (("melpa" . "https://melpa.org/packages/")
+ ("gnu" . "http://elpa.gnu.org/packages/"))))
'(package-selected-packages
(quote
(rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep)))