emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/capf-autosuggest 76b643a 34/63: Doc fixes and additions


From: ELPA Syncer
Subject: [elpa] externals/capf-autosuggest 76b643a 34/63: Doc fixes and additions
Date: Wed, 27 Oct 2021 14:57:59 -0400 (EDT)

branch: externals/capf-autosuggest
commit 76b643adc35b24730f8afcd246e819976c49a543
Author: jakanakaevangeli <jakanakaevangeli@chiru.no>
Commit: jakanakaevangeli <jakanakaevangeli@chiru.no>

    Doc fixes and additions
---
 capf-autosuggest.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index 104bdf2..7867915 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -26,7 +26,7 @@
 
 ;; capf-autosuggest lets you preview the most recent matching history element,
 ;; similar to zsh-autosuggestions or fish.  It works in eshell and in modes
-;; derived from comint-mode, for example M-x shell or M-x run-python
+;; derived from comint-mode, for example M-x shell or M-x run-python.
 ;;
 ;; Installation:
 ;;
@@ -51,6 +51,11 @@
 ;;    (define-key capf-autosuggest-active-mode-map [remap forward-sexp]
 ;;      #'movable-forward-sexp))
 ;;
+;; By default, C-n (next-line) will accept the currently displayed suggestion
+;; and send input to shell/eshell.  See the customization group
+;; capf-autosuggest do disable this behaviour or enable it for other commands,
+;; such as C-c C-n or M-n.
+;;
 ;; Details:
 ;;
 ;; capf-autosuggest provides a minor mode, capf-autosuggest-mode, that lets you
@@ -80,8 +85,8 @@
 ;; Alternatives:
 ;;
 ;; There is also esh-autosuggest[1] with similar functionality.  Differences:
-;; it optionally allows having a delay, it depends on emacs package company, it
-;; is implemented only for eshell.
+;; it is simpler and more concise, however it depends on company. It optionally
+;; allows having a delay and it is implemented only for eshell.
 ;;
 ;; [1]: http://github.com/dieggsy/esh-autosuggest
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]