Commit 88dd2ff6cbb7

Vincent Demeester <vincent+git@demeester.fr>
2014-05-12 23:16:00
Add update org-mode (v8) and other org-related stuff
1 parent 7ca690c
Changed files (2)
.emacs.d
el-get-user
.emacs.d/el-get-user/recipes/org-mode.rcp
@@ -0,0 +1,15 @@
+(:name org-mode
+       :website "http://orgmode.org/"
+       :description "Org-mode is for keeping notes, maintaining ToDo lists, doing project planning, and authoring with a fast and effective plain-text system."
+       :type git
+       :url "git://repo.or.cz/org-mode.git"
+       :info "doc"
+       :build/berkeley-unix `,(mapcar
+                               (lambda (target)
+                                 (list "gmake" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
+                               '("oldorg"))
+       :build `,(mapcar
+                 (lambda (target)
+                   (list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
+                 '("oldorg"))
+       :load-path ("." "lisp" "contrib/lisp"))
.emacs.d/init.el
@@ -47,6 +47,11 @@
         gist                                ;; Gist :-)
         expand-region
         autopair                            ;; Auto pairing for parentheses
+        org
+        org-magit
+        org-reveal
+        org-fstree
+        org-jekyll
         org-bullets                         ;; Org UTF-8 bullets
         flx
         ido-vertical-mode