From 196f4c14d4c54ff77504f9ba2efb2354899421b2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 22 Aug 2023 10:06:18 -0500 Subject: [PATCH] adding some tweaks to templates and corfu --- README.org | 3 ++- init.el | 3 ++- templates | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 738d8743..6e9c8a21 100644 --- a/README.org +++ b/README.org @@ -2388,7 +2388,7 @@ Trying out corfu instead of company ("C-c p k" . cape-keyword) ("C-c p s" . cape-symbol) ("C-c p a" . cape-abbrev) - ("C-c p i" . cape-ispell) + ;; ("C-c p i" . cape-ispell) ("C-c p l" . cape-line) ("C-c p w" . cape-dict) ("C-c p \\" . cape-tex) @@ -2409,6 +2409,7 @@ Trying out corfu instead of company ;;(add-to-list 'completion-at-point-functions #'cape-dict) (add-to-list 'completion-at-point-functions #'cape-symbol) ;;(add-to-list 'completion-at-point-functions #'cape-line) + (remove #'cape-ispell completion-at-point-functions) :config (setq cape-dabbrev-min-length 4) diff --git a/init.el b/init.el index 9e48c494..c67eaa67 100644 --- a/init.el +++ b/init.el @@ -1761,7 +1761,7 @@ targets." ("C-c p k" . cape-keyword) ("C-c p s" . cape-symbol) ("C-c p a" . cape-abbrev) - ("C-c p i" . cape-ispell) + ;; ("C-c p i" . cape-ispell) ("C-c p l" . cape-line) ("C-c p w" . cape-dict) ("C-c p \\" . cape-tex) @@ -1782,6 +1782,7 @@ targets." ;;(add-to-list 'completion-at-point-functions #'cape-dict) (add-to-list 'completion-at-point-functions #'cape-symbol) ;;(add-to-list 'completion-at-point-functions #'cape-line) + (remove #'cape-ispell completion-at-point-functions) :config (setq cape-dabbrev-min-length 4) diff --git a/templates b/templates index 2e4da009..816ab02e 100644 --- a/templates +++ b/templates @@ -93,6 +93,7 @@ org-mode #+showDate: true #+layout: simple #+showTableOfContents: false +#+HUGO_CUSTOM_FRONT_MATTER: :showAuthor false ") web-mode