Add init header and modified load path.
This commit is contained in:
parent
1928ab6900
commit
f3983402a9
1 changed files with 10 additions and 0 deletions
10
init.el
10
init.el
|
|
@ -1,3 +1,13 @@
|
|||
;;; init.el --- -*- lexical-binding: t; -*-
|
||||
|
||||
;; Use this at the top of your .emacs file for local overrides:
|
||||
;; (let ((init "~/.emacs.d/init.elc"))
|
||||
;; (if (file-exists-p init)
|
||||
;; (load-file init)
|
||||
;; (load-file (substring init 0 -1))))
|
||||
|
||||
(add-to-list 'load-path "~/.emacs.d/lisp")
|
||||
|
||||
(with-eval-after-load 'package
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue