diff options
author | noa | 2025-02-17 13:30:10 +0800 |
---|---|---|
committer | noa | 2025-02-17 13:30:10 +0800 |
commit | 1fa89830273bf38bafb4deda919fe81dd7acffe3 (patch) | |
tree | 144bd8450b7005abf48584b0f22503dc4728d447 /emacs/init.el | |
parent | b67cd920757ba8e68140fe90c787d1a4690ee240 (diff) |
Remove unused vertico configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1700883..df22ab6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -136,18 +136,8 @@ ;; (vertico-group-format #("%s " 0 3 (face vertico-group-title))) ;; Don't put a vertical line across group titles ) -;; Interact with vertico with the mouse. -(use-package vertico-mouse - :after vertico - :custom (vertico-mouse-mode t)) - -;; More comfortable directory navigation (use-package vertico-directory :after vertico - :bind (:map vertico-map - ("RET" . vertico-directory-enter) - ("DEL" . vertico-directory-delete-char) - ("DEL" . vertico-directory-delete-word)) ;; If i type ~/ etc in a find-file prompt, get rid of the preceding directory names for a cleaner look. :hook (rfn-eshadow-update-overlay . vertico-directory-tidy)) @@ -998,4 +988,3 @@ With prefix argument TIME, also add the current time." ;;; Cleanup ;; (profiler-stop) - |