Use git version for org-mode

master
Jacopo De Simoi 5 years ago
parent 0b3d6feecc
commit 3f60e20464
  1. 6
      init.el

@ -1,7 +1,13 @@
; 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")

Loading…
Cancel
Save