From 4a8040c94db7ac97f9875675c26f042a17b5b197 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 8 May 2020 19:46:37 -0400 Subject: [PATCH] Changed formatting of comment string. --- emacs/doom.d/config.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/emacs/doom.d/config.el b/emacs/doom.d/config.el index 40aa49e..14fec8b 100644 --- a/emacs/doom.d/config.el +++ b/emacs/doom.d/config.el @@ -4,13 +4,17 @@ (setq doom-font (font-spec :family "FuraCode NF" :size 12)) (pcase (system-name) ("zuk" - (font-put doom-font :size 15)) ;; Wayland support for high HDPI scaling has some issues. Increasing the font size works + ;; Wayland support for high HDPI scaling has some issues. + ;; Increasing the font size is a working stopgap. + (font-put doom-font :size 15)) ) ;; Orgmode (custom-set-variables '(org-directory "~/org")) (setq-default org-download-image-dir "~/org/resources/") -(add-hook 'org-mode-hook #'visual-line-mode) ;; Enable word wrap -(eval-after-load "org" '(require 'ox-md nil t)) ;; allow md export + ;; Enable word wrap +(add-hook 'org-mode-hook #'visual-line-mode) + ;; allow md export +(eval-after-load "org" '(require 'ox-md nil t)) (setq deft-directory "~/org/") ;; org-journal-file-format