|
|
@ -1404,6 +1404,15 @@ nil))) |
|
|
|
)) |
|
|
|
(setq org-pretty-entities t)) |
|
|
|
:custom |
|
|
|
(org-tag-faces '(("@bag" . (:foreground "blue" :weight bold)) |
|
|
|
("@cor" . (:foreground "blue" :weight bold)) |
|
|
|
("@kum" . (:foreground "blue" :weight bold)) |
|
|
|
("@gub" . (:foreground "blue" :weight bold)) |
|
|
|
("@mal" . (:foreground "blue" :weight bold)) |
|
|
|
("@sto" . (:foreground "blue" :weight bold)) |
|
|
|
("@has" . (:foreground "blue" :weight bold)) |
|
|
|
("@lue" . (:foreground "blue" :weight bold)) |
|
|
|
)) |
|
|
|
(org-startup-truncated t) |
|
|
|
(org-startup-align-all-tables t) |
|
|
|
(org-src-fontify-natively t) ;; use syntax highlighting in code blocks |
|
|
|