diff --git a/files/init.el b/files/init.el index b7408b5..cc2456c 100644 --- a/files/init.el +++ b/files/init.el @@ -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)