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

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

[elpa] externals/buffer-expose c5eb139 16/38: Add custom command example


From: Clemens Radermacher
Subject: [elpa] externals/buffer-expose c5eb139 16/38: Add custom command example
Date: Mon, 25 Feb 2019 13:38:00 -0500 (EST)

branch: externals/buffer-expose
commit c5eb13946ffd58ca71146880a2867cd530f7efdb
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add custom command example
---
 README.org | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 7c7891b..580efbe 100644
--- a/README.org
+++ b/README.org
@@ -34,3 +34,12 @@ The default bindings are defined in buffer-expose-mode-map:
     map)
   "Mode map for command `buffer-expose-mode'.")
 #+END_SRC
+
+There are user options to customize which buffers are shown and you can easily
+write your own command, like this:
+
+#+BEGIN_SRC elisp
+(defun my-expose-command (&optional max)
+  (interactive "P")
+  (buffer-expose-show-buffers <your-buffer-list> max))
+#+END_SRC



reply via email to

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