Make org-mode prettier
This commit is contained in:
parent
37bfb0229d
commit
2bd74b103e
3
init.el
3
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")
|
||||
|
|
Loading…
Reference in a new issue