remove cape-ispell
This commit is contained in:
parent
1cdebe323e
commit
3bf358f29d
|
@ -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-sgml)
|
||||||
;;(add-to-list 'completion-at-point-functions #'cape-rfc1345)
|
;;(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-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-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)
|
;;(add-to-list 'completion-at-point-functions #'cape-line)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(setq cape-dabbrev-min-length 4)
|
(setq cape-dabbrev-min-length 4)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** kind-icon
|
*** kind-icon
|
||||||
Kind icon adds icons to corfu
|
Kind icon adds icons to corfu
|
||||||
|
@ -4154,7 +4154,7 @@ Since Bongo seems kinda difficult I shall give EMMS another try.
|
||||||
(emms-all)
|
(emms-all)
|
||||||
(evil-collection-emms-setup)
|
(evil-collection-emms-setup)
|
||||||
(setq emms-player-list '(emms-player-vlc))
|
(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")
|
emms-tag-editor-tag-ogg-program "mid3v2")
|
||||||
|
|
||||||
(defun chris/emms-delete-song ()
|
(defun chris/emms-delete-song ()
|
||||||
|
|
8
init.el
8
init.el
|
@ -1778,14 +1778,14 @@ targets."
|
||||||
;;(add-to-list 'completion-at-point-functions #'cape-sgml)
|
;;(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-rfc1345)
|
||||||
;;(add-to-list 'completion-at-point-functions #'cape-abbrev)
|
;;(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-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)
|
;;(add-to-list 'completion-at-point-functions #'cape-line)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(setq cape-dabbrev-min-length 4)
|
(setq cape-dabbrev-min-length 4)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package kind-icon
|
(use-package kind-icon
|
||||||
:ensure t
|
:ensure t
|
||||||
|
@ -3063,7 +3063,7 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
(emms-all)
|
(emms-all)
|
||||||
(evil-collection-emms-setup)
|
(evil-collection-emms-setup)
|
||||||
(setq emms-player-list '(emms-player-vlc))
|
(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")
|
emms-tag-editor-tag-ogg-program "mid3v2")
|
||||||
|
|
||||||
(defun chris/emms-delete-song ()
|
(defun chris/emms-delete-song ()
|
||||||
|
|
Loading…
Reference in a new issue