diff options
author | bd <bdunahu@gmail.com> | 2024-01-06 00:40:21 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-06 00:40:21 -0700 |
commit | 5b514f3b33197355e55cd1478fa50dd1cc92c340 (patch) | |
tree | 9ad40fd1a84c5bd70148cd40acc8b987e3f18d72 /.config/emacs/bd-shells.el | |
parent | 84e394757a183ff5c6a19389684f77f54399918b (diff) |
Added dictionary with dico, orderless for fuzzy vertico matching.
Diffstat (limited to '.config/emacs/bd-shells.el')
-rw-r--r-- | .config/emacs/bd-shells.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/bd-shells.el b/.config/emacs/bd-shells.el index 9628c66..4574cc6 100644 --- a/.config/emacs/bd-shells.el +++ b/.config/emacs/bd-shells.el @@ -31,13 +31,13 @@ status, and path." (propertize "\n> " 'face `(:foreground "#c33027"))))) (use-package eshell - :init + :demand :bind (("C-z C-e" . 'eshell-open-buffer) :map eshell-mode-map ("C-q" . 'delete-window) ; mostly for side window ("<tab>" . completion-at-point)) :config - (eshell/addpath "~/Personal/scripts/") + ;; (eshell/addpath "~/Personal/scripts/") :custom (eshell-prompt-function 'bd/eshell-prompt) (eshell-prompt-regexp "^> ") |