More emacs work.
This commit is contained in:
parent
8f378d3b35
commit
2d92526d24
6 changed files with 253 additions and 144 deletions
|
|
@ -6,6 +6,13 @@
|
|||
;;
|
||||
|
||||
;; load Org-mode from source when the ORG_HOME environment variable is set
|
||||
|
||||
;; Added by Package.el. This must come before configurations of
|
||||
;; installed packages. Don't delete this line. If you don't want it,
|
||||
;; just comment it out by adding a semicolon to the start of the line.
|
||||
;; You may delete these explanatory comments.
|
||||
(package-initialize)
|
||||
|
||||
(when (getenv "ORG_HOME")
|
||||
(let ((org-lisp-dir (expand-file-name "lisp" (getenv "ORG_HOME"))))
|
||||
(when (file-directory-p org-lisp-dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue