Add MELPA repo
This commit is contained in:
parent
7f94876b44
commit
dbee5e3377
8
init.el
8
init.el
@ -29,4 +29,12 @@
|
||||
(add-hook 'minibuffer-setup-hook #'my-minibuffer-setup-hook)
|
||||
(add-hook 'minibuffer-exit-hook #'my-minibuffer-exit-hook)
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Include MELPA.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)
|
||||
|
||||
) ;; ((gc-cons-threshold most-positive-fixnum))
|
||||
|
Reference in New Issue
Block a user