1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-07 04:22:53 +00:00
Dotfiles/home/pure_emacs/.config/emacs/init.el

4 lines
121 B
EmacsLisp
Raw Normal View History

2020-11-09 08:36:15 +00:00
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/"))