Skip to content

Commit 5633837

Browse files
committed
add local path
1 parent 964d68a commit 5633837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.el

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
(add-to-list 'load-path "~/.emacs.d/lisp")
1010
(add-to-list 'load-path "~/.emacs.d/vendor")
1111

12+
;; local development
13+
(add-to-list 'load-path "~/source/acme-mode")
14+
1215
(load "ui")
1316
(load "buffers")
1417
(load "editing")

0 commit comments

Comments
 (0)