diff --git a/init.el b/init.el index 48f1ee6..13312a9 100644 --- a/init.el +++ b/init.el @@ -278,7 +278,7 @@ (defun set-text-modes-font () (interactive) (setq buffer-face-mode-face '(:family "DejaVu Sans Mono" :height 105) - line-spacing 0.5) + line-spacing 0.4) (buffer-face-mode)) (use-package org @@ -290,6 +290,7 @@ :custom (org-list-allow-alphabetical t) (org-hide-emphasis-markers t) + (org-pretty-entities t) :config (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)) (defhydra hydra-org-evil-shiftmove (org-mode-map "C-c")