diff options
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) - |