From 25d95498e105ea5454bac09dc27be5c18cbabdbe Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 2 Sep 2021 16:51:55 +0200 Subject: [PATCH] Im an idiot --- files/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/init.el b/files/init.el index 343daae..d3fbf38 100644 --- a/files/init.el +++ b/files/init.el @@ -314,7 +314,7 @@ ;; add virtual spaces (org-mode . org-indent-mode) :config - (define-ley evil-normal-state-map (kdb "TAB") 'org-cycle) + (define-key evil-normal-state-map (kdb "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)