]> git.eshelyaron.com Git - sweep.git/commitdiff
ENHANCED: add completion-at-point in sweep-mode
authorEshel Yaron <me@eshelyaron.com>
Sun, 4 Sep 2022 19:59:15 +0000 (22:59 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Sep 2022 19:59:15 +0000 (22:59 +0300)
sweep.el

index 16ce920f17b2b84926b0d1f1f7b97db729126b48..b522dd1c1f5aebe2e7df753fcb336c502bb5eb00 100644 (file)
--- a/sweep.el
+++ b/sweep.el
 
 (defvar sweep-predicate-completion-collection nil)
 
-(defvar-local sweep-buffer-module nil)
+(defvar-local sweep-buffer-module "user")
 
 (defun sweep-local-predicates-collection (&optional prefix)
   (sweep-open-query "user" "sweep" "sweep_local_predicate_completion"
@@ -979,7 +979,8 @@ Interactively, a prefix arg means to prompt for BUFFER."
                 nil
                 (font-lock-fontify-region-function . sweep-colourise-some-terms)))
   (sweep-colourise-buffer)
-  (sweep--set-buffer-module))
+  (sweep--set-buffer-module)
+  (add-hook 'completion-at-point-functions #'sweep-completion-at-point-function nil t))
 
 ;;;; Testing: