From 1fa89830273bf38bafb4deda919fe81dd7acffe3 Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 17 Feb 2025 13:30:10 +0800 Subject: Remove unused vertico configuration --- emacs/init.el | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'emacs') 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) - -- cgit 1.4.1-2-gfad0