[Emacs] Set default org-dir

This commit is contained in:
Ivan Malison 2017-09-05 16:12:47 -07:00
parent b5ec2ba7af
commit e1f1e90b72
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2839,6 +2839,7 @@ Intero seems to be causing hangs, so it has been disabled
*** org
**** config
#+BEGIN_SRC emacs-lisp :tangle org-config.el
(defvar imalison:org-dir "~/org")
(use-package org
:bind (:map org-mode-map
(("C-e" . end-of-visual-line)))