From e1f1e90b72e1920795642565a7e3362d243cf392 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 5 Sep 2017 16:12:47 -0700 Subject: [PATCH] [Emacs] Set default org-dir --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 050b0f0a..b321f0a1 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)))