branch: externals/mct
commit 79416f1ca89efdceac7b26132c2249c67c06e39d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Fix indentation
---
mct-tcm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mct-tcm.el b/mct-tcm.el
index b768105d0d..aecf7d5f82 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -49,7 +49,7 @@ minibuffer while narrowing to the given input."
:global t
:group 'mct
(if mct-tcm-mode
- (add-hook 'completion-list-mode-hook
#'mct-tcm--setup-redirect-self-insert)
+ (add-hook 'completion-list-mode-hook
#'mct-tcm--setup-redirect-self-insert)
(remove-hook 'completion-list-mode-hook
#'mct-tcm--setup-redirect-self-insert)))
(defun mct-tcm--redirect-self-insert (&rest _args)