diff --git a/README.org b/README.org index fbec1fa6..974b750c 100644 --- a/README.org +++ b/README.org @@ -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 () diff --git a/init.el b/init.el index 05be0c40..564c5343 100644 --- a/init.el +++ b/init.el @@ -1778,14 +1778,14 @@ 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 (setq cape-dabbrev-min-length 4) - ) + ) (use-package kind-icon :ensure t @@ -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 ()