adding some tweaks to templates and corfu

This commit is contained in:
Chris Cochrun 2023-08-22 10:06:18 -05:00
parent c07c493338
commit 196f4c14d4
3 changed files with 5 additions and 2 deletions

View file

@ -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)

View file

@ -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)

View file

@ -93,6 +93,7 @@ org-mode
#+showDate: true
#+layout: simple
#+showTableOfContents: false
#+HUGO_CUSTOM_FRONT_MATTER: :showAuthor false
")
web-mode