Fix keybind

This commit is contained in:
Marco Thomas
2021-09-02 18:24:56 +02:00
committed by GitHub
parent 8694ff82d6
commit 9b8d9ee74b

View File

@@ -314,7 +314,7 @@
;; add virtual spaces
(org-mode . org-indent-mode)
:config
(define-key evil-normal-state-map (kdb "TAB") 'org-cycle)
(define-key evil-normal-state-map (kbd "TAB") 'org-cycle)
(set-face-attribute 'org-document-title nil :font "Product Sans" :weight 'bold :inherit 'default :height 250)
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)
org-hidden-keywords '(title)