Formatting
This commit is contained in:
parent
8da18e14fd
commit
71e2f1e2b0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user