From 71e2f1e2b0b4f221e2816bba4b15da3db4b7709c Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 9 Mar 2020 11:50:54 -0400 Subject: [PATCH] Formatting --- emacs/doom.d/config.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/emacs/doom.d/config.el b/emacs/doom.d/config.el index 6d82d90..f3758fa 100644 --- a/emacs/doom.d/config.el +++ b/emacs/doom.d/config.el @@ -7,15 +7,10 @@ (font-put doom-font :size 15)) ;; Wayland support for high HDPI scaling has some issues. Increasing the font size works ) ;; Orgmode -;; Set orgmode dir (custom-set-variables '(org-directory "~/org")) -;; Default location for image location. (setq-default org-download-image-dir "~/org/resources/") -;; Enable word wrap -(add-hook 'org-mode-hook #'visual-line-mode) -;; Orgmode: Enable md export -(eval-after-load "org" '(require 'ox-md nil t)) -;; Deft: Set path to Org-mope Directory +(add-hook 'org-mode-hook #'visual-line-mode) ;; Enable word wrap +(eval-after-load "org" '(require 'ox-md nil t)) ;; allow md export (setq deft-directory "~/org/") ;; Have projectile automatically check code.