diff options
-rw-r--r-- | init.el | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/init.el b/init.el index 9f4b570..5d601a8 100644 --- a/init.el +++ b/init.el | |||
@@ -1199,14 +1199,15 @@ successive invocations." | |||
1199 | 1199 | ||
1200 | (setup (:straight helpful) | 1200 | (setup (:straight helpful) |
1201 | (:option helpful-max-buffers 5 | 1201 | (:option helpful-max-buffers 5 |
1202 | ;;helpful-switch-buffer-function #'pop-to-buffer | 1202 | helpful-switch-buffer-function #'pop-to-buffer |
1203 | helpful-switch-buffer-function | 1203 | ;; helpful-switch-buffer-function |
1204 | (lambda (buf) | 1204 | ;; (lambda (buf) |
1205 | (pop-to-buffer buf | 1205 | ;; (pop-to-buffer buf |
1206 | '((display-buffer-reuse-mode-window | 1206 | ;; '((display-buffer-reuse-mode-window |
1207 | display-buffer-pop-up-window) | 1207 | ;; display-buffer-pop-up-window) |
1208 | (mode . helpful-mode)) | 1208 | ;; (mode . helpful-mode)) |
1209 | :norecord))) | 1209 | ;; :norecord)) |
1210 | ) | ||
1210 | (:global "<help> f" helpful-callable | 1211 | (:global "<help> f" helpful-callable |
1211 | "<help> v" helpful-variable | 1212 | "<help> v" helpful-variable |
1212 | "<help> k" helpful-key | 1213 | "<help> k" helpful-key |