You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
490 B
13 lines
490 B
; this is required for using my branch of org-mode |
|
(add-to-list 'load-path "~/clones/org-mode/lisp") |
|
(require 'org-loaddefs) |
|
|
|
|
|
;; 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) |
|
; |
|
|
|
(org-babel-load-file "~/.emacs.d/global.org")
|
|
|