blob: acbfc2185729fb00c645885145f7a0c1caa411b1 (
plain)
1
2
3
4
5
6
7
|
(require 'package) ;; You might already have this line
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize) ;; You might already have this line
|