[Emacs] Set default org-dir

This commit is contained in:
2017-09-05 16:12:47 -07:00
parent b5ec2ba7af
commit e1f1e90b72

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)))