Eshell: Comment that INSIDE_EMACS patch is still required for 27.1.

master
Pierre Neidhardt 2020-09-27 10:30:58 +02:00
parent 7eec2c4202
commit f28567148a
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@
(define-key shell-mode-map (kbd "<tab>") '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."