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
|
(font-put doom-font :size 15)) ;; Wayland support for high HDPI scaling has some issues. Increasing the font size works
|
||||||
)
|
)
|
||||||
;; Orgmode
|
;; Orgmode
|
||||||
;; Set orgmode dir
|
|
||||||
(custom-set-variables '(org-directory "~/org"))
|
(custom-set-variables '(org-directory "~/org"))
|
||||||
;; Default location for image location.
|
|
||||||
(setq-default org-download-image-dir "~/org/resources/")
|
(setq-default org-download-image-dir "~/org/resources/")
|
||||||
;; Enable word wrap
|
(add-hook 'org-mode-hook #'visual-line-mode) ;; Enable word wrap
|
||||||
(add-hook 'org-mode-hook #'visual-line-mode)
|
(eval-after-load "org" '(require 'ox-md nil t)) ;; allow md export
|
||||||
;; Orgmode: Enable md export
|
|
||||||
(eval-after-load "org" '(require 'ox-md nil t))
|
|
||||||
;; Deft: Set path to Org-mope Directory
|
|
||||||
(setq deft-directory "~/org/")
|
(setq deft-directory "~/org/")
|
||||||
|
|
||||||
;; Have projectile automatically check code.
|
;; Have projectile automatically check code.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user