Skip to content
Snippets Groups Projects
Commit 0ca21011 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Some org-mode and org-present style tweaks

parent 8558ad71
Branches
No related tags found
No related merge requests found
......@@ -329,9 +329,9 @@ Select the font I will use depending on the system
(setq mh-font-variable "DejaVu Sans")
)
)
(set-face-attribute 'default nil :font mh-font-fixed :weight 'light :height 140)
(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'light :height 140)
(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'light :height 1.3)
(set-face-attribute 'default nil :font mh-font-fixed :weight 'normal :height 150)
(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'normal :height 150)
(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'normal :height 150)
(set-frame-font mh-font-fixed nil t)
#+end_src
......@@ -539,6 +539,7 @@ org with contributed packages added.
(shell . t)
(rust . t)
))
(org-fontify-quote-and-verse-blocks t)
:config
(add-to-list 'org-structure-template-alist
'("el" . "src emacs-lisp"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment