From 47039957b72d777357592e17e3397b4a6d511c04 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 1 Mar 2021 14:46:28 -0600 Subject: Remove comments --- init.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 3d790a9..feb26ad 100644 --- a/init.el +++ b/init.el @@ -569,21 +569,21 @@ ("C-c b" . consult-bookmark) ("C-c k" . consult-kmacro) ;; C-x bindings (ctl-x-map) - ("C-x M-:" . consult-complex-command) ; orig. repeat-complet-command - ("C-x b" . consult-buffer) ; orig. switch-to-buffer - ("C-x 4 b" . consult-buffer-other-window) ; orig. switch-to-buffer-other-window - ("C-x 5 b" . consult-buffer-other-frame) ; orig. switch-to-buffer-other-frame + ("C-x M-:" . consult-complex-command) + ("C-x b" . consult-buffer) + ("C-x 4 b" . consult-buffer-other-window) + ("C-x 5 b" . consult-buffer-other-frame) ;; Custom M-# bindings for fast register access ("M-#" . consult-register-load) - ("M-'" . consult-register-store) ; orig. abbrev-prefix-mark (unrelated) + ("M-'" . consult-register-store) ("C-M-#" . consult-register) ;; Other custom bindings - ("M-y" . consult-yank-pop) ; orig. yank-pop - (" a" . consult-apropos) ; orig. apropos-command + ("M-y" . consult-yank-pop) + (" a" . consult-apropos) ;; M-g bindings (goto-map) ("M-g e" . consult-compile-error) - ("M-g g" . consult-goto-line) ; orig. goto-line - ("M-g M-g" . consult-goto-line) ; orig. goto-line + ("M-g g" . consult-goto-line) + ("M-g M-g" . consult-goto-line) ("M-g o" . consult-outline) ("M-g m" . consult-mark) ("M-g k" . consult-global-mark) @@ -602,9 +602,9 @@ ;; Isearch integration ("M-s e" . consult-isearch) :map isearch-mode-map - ("M-e" . consult-isearch) ; orig. isearch-edit-string - ("M-s e" . consult-isearch) ; orig. isearch-edit-string - ("M-s l" . consult-line)) ; required by consult-line to detect isearch + ("M-e" . consult-isearch) + ("M-s e" . consult-isearch) + ("M-s l" . consult-line)) :init (setq register-preview-delay 0 register-preview-function #'consult-register-format) -- cgit 1.4.1-21-gabe81