Helm/EXWM: Point to upstream issue for detail toggling

master
Pierre Neidhardt 2017-11-02 18:01:01 +01:00
parent 0d01943ed1
commit c5d78a4bcd
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
(kill-buffer (car (helm-marked-candidates)))
(message "after"))
;; TODO: When on one random buffer, preselect goes back to first.
;; REVIEW: When on one random buffer, preselect goes back to first.
;; See https://github.com/emacs-helm/helm/issues/1911.
(defun helm-exwm-toggle-buffers-details ()
(interactive)
(with-helm-alive-p
(let ((preselect (helm-buffer--get-preselection
(helm-get-selection))))
;; (message "HELM preselect [%S]" preselect)
;; (message "HELM selection [%S]" (helm-get-selection))
(setq helm-buffer-details-flag (not helm-buffer-details-flag))
;; TODO: `helm-force-update' seems to be necessary to be necessary to
;; update the buffer live. It is not the case for helm-buffers-list