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

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

[elpa] master f4431d4 133/399: doc/ivy.org (automatically integrated pac


From: Oleh Krehel
Subject: [elpa] master f4431d4 133/399: doc/ivy.org (automatically integrated packages): Add
Date: Sat, 20 Jul 2019 14:57:09 -0400 (EDT)

branch: master
commit f4431d4a1664b33571cd94489bdd89a0661c8198
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    doc/ivy.org (automatically integrated packages): Add
    
    Re #1674
---
 doc/ivy.org  |  6 +++++-
 doc/ivy.texi | 20 +++++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index 19217a1..f3b5a3b 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer.
 :CUSTOM_ID: copying
 :END:
 #+TEXINFO: @ifnottex
-Ivy manual, version 0.8.0
+Ivy manual, version 0.11.0
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
@@ -973,6 +973,10 @@ To examine each action with each candidate in a 
key-efficient way, try:
      (setq helm-make-completion-method 'ivy)
      #+end_src
 
+- automatically integrated packages ::
+     Ivy re-uses the following packages if they are installed:
+     =avy=, =amx= or =smex=, =flx=, and =wgrep=.
+
 * Commands
 :PROPERTIES:
 :CUSTOM_ID: commands
diff --git a/doc/ivy.texi b/doc/ivy.texi
index 426591c..4b96483 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -8,7 +8,7 @@
 
 @copying
 @ifnottex
-Ivy manual, version 0.8.0
+Ivy manual, version 0.11.0
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
@@ -342,6 +342,7 @@ with some sample bindings:
 @subsubheading Ivy-based interface to shell and system tools
 @indentedblock
 @lisp
+(global-set-key (kbd "C-c c") 'counsel-compile)
 (global-set-key (kbd "C-c g") 'counsel-git)
 (global-set-key (kbd "C-c j") 'counsel-git-grep)
 (global-set-key (kbd "C-c k") 'counsel-ag)
@@ -1010,6 +1011,18 @@ Enable virtual buffers with:
 (setq ivy-use-virtual-buffers t)
 @end lisp
 @end indentedblock
+@subsubheading @code{ivy-modified-buffer}
+@vindex ivy-modified-buffer
+@indentedblock
+Highlights modified buffers when switching buffer.
+@end indentedblock
+@subsubheading @code{ivy-modified-outside-buffer}
+@vindex ivy-modified-outside-buffer
+@indentedblock
+Highlights buffers modified outside Emacs when switching buffer.
+
+This takes precedence over @code{ivy-modified-buffer}.
+@end indentedblock
 
 @node Defcustoms
 @section Defcustoms
@@ -1263,6 +1276,11 @@ Helm-make requires this setting for ivy completion.
 (setq helm-make-completion-method 'ivy)
 @end lisp
 @end indentedblock
+@subsubheading automatically integrated packages
+@indentedblock
+Ivy re-uses the following packages if they are installed:
+@code{avy}, @code{amx} or @code{smex}, @code{flx}, and @code{wgrep}.
+@end indentedblock
 
 @node Commands
 @chapter Commands



reply via email to

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