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

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

[elpa] externals/gpastel ae11a0a 10/15: Update snippet in README to forc


From: Stefan Monnier
Subject: [elpa] externals/gpastel ae11a0a 10/15: Update snippet in README to force the focus
Date: Wed, 19 Dec 2018 12:31:38 -0500 (EST)

branch: externals/gpastel
commit ae11a0ae58577321605c338809fc5ae29b38fc72
Author: Damien Cassou <address@hidden>
Commit: Damien Cassou <address@hidden>

    Update snippet in README to force the focus
---
 README.org | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.org b/README.org
index ba1909b..a53bd7e 100644
--- a/README.org
+++ b/README.org
@@ -84,6 +84,8 @@ Add the following to your initialization file:
            (yank-pop-change-selection t))
        (call-interactively #'counsel-yank-pop))
      (when (derived-mode-p 'exwm-mode)
+       ;; https://github.com/ch11ng/exwm/issues/413#issuecomment-386858496
+       (exwm-input--set-focus (exwm--buffer->id (window-buffer 
(selected-window))))
        (exwm-input--fake-key ?\C-v)))
  #+END_SRC
 



reply via email to

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