Emacs : cape-ispell make emacs slow?

This commit is contained in:
2023-02-15 20:26:48 +09:00
parent a89d227124
commit 5d4423bb38

View File

@ -393,7 +393,8 @@ emacs built-in package config
:init :init
(disable-theme 'deeper-blue) (disable-theme 'deeper-blue)
(if (display-graphic-p) (if (display-graphic-p)
(load-theme 'doom-palenight t) ;;(load-theme 'doom-palenight t)
(load-theme 'doom-one t)
(load-theme 'doom-gruvbox t))) (load-theme 'doom-gruvbox t)))
#+end_src #+end_src
**** Rainbow Delimiters **** Rainbow Delimiters
@ -837,7 +838,7 @@ Quick Action in minibuffer
;; Add useful defaults completion sources from cape ;; Add useful defaults completion sources from cape
(add-to-list 'completion-at-point-functions #'cape-file) (add-to-list 'completion-at-point-functions #'cape-file)
(add-to-list 'completion-at-point-functions #'cape-dabbrev) (add-to-list 'completion-at-point-functions #'cape-dabbrev)
(add-to-list 'completion-at-point-functions #'cape-ispell) ;;(add-to-list 'completion-at-point-functions #'cape-ispell)
;; Silence the pcomplete capf, no errors or messages! ;; Silence the pcomplete capf, no errors or messages!
;; Important for corfu ;; Important for corfu
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)