remove cape-ispell
This commit is contained in:
parent
1cdebe323e
commit
3bf358f29d
2 changed files with 8 additions and 8 deletions
|
@ -2405,14 +2405,14 @@ Trying out corfu instead of company
|
|||
;;(add-to-list 'completion-at-point-functions #'cape-sgml)
|
||||
;;(add-to-list 'completion-at-point-functions #'cape-rfc1345)
|
||||
;;(add-to-list 'completion-at-point-functions #'cape-abbrev)
|
||||
(add-to-list 'completion-at-point-functions #'cape-ispell)
|
||||
;; (add-to-list 'completion-at-point-functions #'cape-ispell)
|
||||
;;(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-symbol)
|
||||
;;(add-to-list 'completion-at-point-functions #'cape-line)
|
||||
|
||||
:config
|
||||
(setq cape-dabbrev-min-length 4)
|
||||
)
|
||||
)
|
||||
#+END_SRC
|
||||
*** kind-icon
|
||||
Kind icon adds icons to corfu
|
||||
|
@ -4154,7 +4154,7 @@ Since Bongo seems kinda difficult I shall give EMMS another try.
|
|||
(emms-all)
|
||||
(evil-collection-emms-setup)
|
||||
(setq emms-player-list '(emms-player-vlc))
|
||||
(setq emms-source-file-default-directory "~/Music/"
|
||||
(setq emms-source-file-default-directory "~/music/"
|
||||
emms-tag-editor-tag-ogg-program "mid3v2")
|
||||
|
||||
(defun chris/emms-delete-song ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue