Nothing to see.

This commit is contained in:
Derek Taylor
2022-05-01 19:52:36 -05:00
parent 42310ff11d
commit 8ffca38bc8
3 changed files with 21 additions and 2 deletions

View File

@@ -322,6 +322,12 @@ List of keybindings (SPC h b b)")
:desc "Toggle line highlight globally" "H" #'global-hl-line-mode
:desc "Toggle truncate lines" "t" #'toggle-truncate-lines))
(custom-set-faces
'(markdown-header-face ((t (:inherit font-lock-function-name-face :weight bold :family "variable-pitch"))))
'(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.8))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.4))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.2)))))
(setq minimap-window-location 'right)
(map! :leader
(:prefix ("t" . "toggle")