mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
feat: add policestation
This commit is contained in:
parent
361f77a447
commit
a2b9cc78b5
7 changed files with 360 additions and 23 deletions
|
|
@ -1074,13 +1074,13 @@ create a new one."
|
|||
(defun swarsel/org-present-start ()
|
||||
(setq-local face-remapping-alist `((default (:height 1.5) variable-pitch)
|
||||
(header-line (:height 4.0) variable-pitch)
|
||||
(org-document-title (:height 1.75) org-document-title)
|
||||
(org-document-title (:height 2.75) org-document-title)
|
||||
(org-code (:height 1.2) org-code)
|
||||
(org-verbatim (:height 1.0) org-verbatim)
|
||||
(org-verbatim (:family ,swarsel/fixed-font :height 1.0) org-verbatim)
|
||||
(org-quote (:height 1.0) org-quote)
|
||||
(org-verse (:height 1.0) org-verse)
|
||||
(org-table (:family ,swarsel/fixed-font :weight regular :height 1.2) org-table)
|
||||
(org-block (:height 1.25) org-block)
|
||||
(org-table (:family ,swarsel/fixed-font :weight regular :height 1.0) org-table)
|
||||
(org-block (:height 0.9) org-block)
|
||||
(org-link (:underline nil) org-link)
|
||||
(org-block-begin-line (:height 0.7) org-block)
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue