mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Emacs : cape-ispell make emacs slow?
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user