remove cape-ispell
This commit is contained in:
parent
1cdebe323e
commit
3bf358f29d
|
@ -2405,9 +2405,9 @@ 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
|
||||
|
@ -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 ()
|
||||
|
|
6
init.el
6
init.el
|
@ -1778,9 +1778,9 @@ targets."
|
|||
;;(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
|
||||
|
@ -3063,7 +3063,7 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
(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…
Reference in a new issue