From d9f20bc035626c30749d7dd9e6653aec1385b68e Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 10 Mar 2023 15:24:18 +0100 Subject: [PATCH] [Emacs] Remove autosuggestion in Eshell --- org/config/emacs.org | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 1b5dfd7..41e5288 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3521,23 +3521,6 @@ if needed, then move there." (cd dir)) #+end_src -**** Autosuggestion -:PROPERTIES: -:CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Autosuggestion-kf6ipm1195j0 -:END: -I really like fish’s autosuggestion feature, so let’s reproduce it -here! -#+begin_src emacs-lisp -(use-package esh-autosuggest - :defer t - :after eshell - :straight (:build t) - :hook (eshell-mode . esh-autosuggest-mode) - :general - (:keymaps 'esh-autosuggest-active-map - "C-e" #'company-complete-selection)) -#+end_src - **** Commands :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell-Commands-n8w3fh2195j0