home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 15a404e0f518f2a5eb02f9af54eb475b6fd1d9ee
parent 85786fd7147bcf2de82c6bac3d0dfaa55c11810d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Nov 2023 11:49:35 +0100

tools/emacs: remove esh-autosuggest

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-shells.el | 4----
Musers/vincent/dev/emacs.nix | 1-
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/tools/emacs/config/config-shells.el b/tools/emacs/config/config-shells.el @@ -256,10 +256,6 @@ using either KUBECONFIG or ~/.kube/config" (epe-colorize-with-face (if (= (user-uid) 0) "#" "") 'epe-sudo-symbol-face) " "))) -(use-package esh-autosuggest - :after eshell - :hook (eshell-mode . esh-autosuggest-mode)) - (use-package xterm-color :after eshell :init diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -58,7 +58,6 @@ let embark embark-consult envrc - esh-autosuggest eshell-prompt-extras esup expand-region