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.