mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-02 15:07:18 +00:00
4 lines
121 B
EmacsLisp
4 lines
121 B
EmacsLisp
(require 'package)
|
|
(add-to-list 'package-archives
|
|
'("melpa-stable" . "https://stable.melpa.org/packages/"))
|