Fix keybind
This commit is contained in:
@@ -314,7 +314,7 @@
|
|||||||
;; add virtual spaces
|
;; add virtual spaces
|
||||||
(org-mode . org-indent-mode)
|
(org-mode . org-indent-mode)
|
||||||
:config
|
: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)
|
(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)
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)
|
||||||
org-hidden-keywords '(title)
|
org-hidden-keywords '(title)
|
||||||
|
|||||||
Reference in New Issue
Block a user