summaryrefslogtreecommitdiff
path: root/.emacs
blob: 19f39be6cc5713a66c0f3f7fdae0ff77e633b39b (plain)
1
2
3
4
5
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(setq custom-file "~/Code/home/custom.el")
(load custom-file)
(package-initialize)