diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 474bb1d..3266f92 100644 --- a/init.el +++ b/init.el | |||
@@ -1003,7 +1003,6 @@ like a dumbass." | |||
1003 | (:option consult-project-root-function #'vc-root-dir) | 1003 | (:option consult-project-root-function #'vc-root-dir) |
1004 | 1004 | ||
1005 | ;; Competion-at-point (complete-region) | 1005 | ;; Competion-at-point (complete-region) |
1006 | (:global "M-/" completion-at-point) | ||
1007 | (:option completion-in-region-function #'acdw-consult/complete-in-region | 1006 | (:option completion-in-region-function #'acdw-consult/complete-in-region |
1008 | completion-cycle-threshold 3 | 1007 | completion-cycle-threshold 3 |
1009 | tab-always-indent 'complete) | 1008 | tab-always-indent 'complete) |