From f28567148a0dd1252278e50a5106a75ef2ccc4ee Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 27 Sep 2020 10:30:58 +0200 Subject: [PATCH] Eshell: Comment that INSIDE_EMACS patch is still required for 27.1. --- .emacs.d/lisp/init-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-eshell.el b/.emacs.d/lisp/init-eshell.el index e6fbbaf4..7bd1aacc 100644 --- a/.emacs.d/lisp/init-eshell.el +++ b/.emacs.d/lisp/init-eshell.el @@ -267,7 +267,7 @@ (define-key shell-mode-map (kbd "") 'helm-fish-completion) (setq helm-esh-pcomplete-build-source-fn #'helm-fish-completion-make-eshell-source)) -(require 'patch-eshell-inside-emacs) +(require 'patch-eshell-inside-emacs) ; Still required as of Emacs 27.1. (defun ambrevar/eshell-narrow-to-prompt () "Narrow buffer to prompt at point."