Add my emacs-user-directory' to
load-path'
This commit is contained in:
parent
4e7e9d2d1a
commit
14486854a4
@ -219,6 +219,8 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;; To test my own stuff in my `emacs-user-directory:'
|
||||
(push (expand-file-name emacs-user-directory) load-path)
|
||||
;; To use an Org git clone:
|
||||
(push (expand-file-name "~/VCS/org-mode/lisp") load-path)
|
||||
;; Postpone (require 'org) after shadowing Org and sh-script faces below.
|
||||
|
Loading…
Reference in New Issue
Block a user