mirror of
https://github.com/larstvei/dot-emacs.git
synced 2025-01-18 11:30:11 +00:00
Tweaks to the look of org mode files
This commit is contained in:
parent
f4477217ec
commit
2206567366
17
init.org
17
init.org
@ -1,7 +1,7 @@
|
|||||||
#+TITLE: Emacs configuration file
|
#+TITLE: Emacs configuration file
|
||||||
#+AUTHOR: Lars Tveito
|
#+AUTHOR: Lars Tveito
|
||||||
#+PROPERTY: header-args :tangle yes
|
#+PROPERTY: header-args :tangle yes
|
||||||
#+STARTUP: overview
|
#+STARTUP: content
|
||||||
|
|
||||||
* About
|
* About
|
||||||
|
|
||||||
@ -902,12 +902,20 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq org-adapt-indentation t
|
(setq org-adapt-indentation t
|
||||||
org-hide-leading-stars t
|
org-hide-leading-stars nil
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-pretty-entities t
|
org-pretty-entities t
|
||||||
org-src-fontify-natively t
|
org-src-fontify-natively t
|
||||||
org-startup-folded t
|
org-startup-folded t
|
||||||
org-edit-src-content-indentation 0))
|
org-edit-src-content-indentation 0)
|
||||||
|
|
||||||
|
(custom-set-faces
|
||||||
|
'(org-document-title ((t (:inherit outline-1 :height 1.75))))
|
||||||
|
'(org-level-1 ((t (:inherit outline-1 :height 1.5))))
|
||||||
|
'(org-level-2 ((t (:inherit outline-2 :height 1.25))))
|
||||||
|
'(org-level-3 ((t (:inherit outline-3 :height 1.125))))
|
||||||
|
'(org-level-4 ((t (:inherit outline-4 :height 1.0625))))
|
||||||
|
'(org-level-5 ((t (:inherit outline-5 :height 1.03125))))))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
@ -1030,7 +1038,8 @@
|
|||||||
:after org
|
:after org
|
||||||
:hook (org-mode . org-modern-mode)
|
:hook (org-mode . org-modern-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-modern-block-fringe nil))
|
(setq org-modern-block-fringe nil
|
||||||
|
org-modern-star 'replace))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user