From 61777b71bd91965a23ec90aaca670c351f485252 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 28 Aug 2021 00:23:01 -0500 Subject: Comment out all the things (with helpful-mode) --- init.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index 7555dad..04abefa 100644 --- a/init.el +++ b/init.el @@ -1421,7 +1421,7 @@ successive invocations." (setup (:straight helpful) (:option helpful-max-buffers 5 - helpful-switch-buffer-function #'pop-to-buffer + ;; helpful-switch-buffer-function #'pop-to-buffer ;; helpful-switch-buffer-function ;; (lambda (buf) ;; (pop-to-buffer buf @@ -1435,13 +1435,14 @@ successive invocations." " k" helpful-key " o" helpful-symbol "C-c C-d" helpful-at-point) - (with-eval-after-load 'helpful - (define-key helpful-mode-map "q" - (defun helpful-mode|quit () - (interactive) - (bury-buffer) - (unless (window-parameter (frame-selected-window) 'no-other-window) - (delete-window)))))) + ;; (with-eval-after-load 'helpful + ;; (define-key helpful-mode-map "q" + ;; (defun helpful-mode|quit () + ;; (interactive) + ;; (bury-buffer) + ;; (unless (window-parameter (frame-selected-window) 'no-other-window) + ;; (delete-window))))) + ) (setup (:straight iscroll) (:hook-into text-mode)) -- cgit 1.4.1-21-gabe81