branch: elpa/fedi
commit 027957c34bb7977008fce1f9b0b65f8a28a9530c
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    remove commented add funs to capfs
---
 fedi-post.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/fedi-post.el b/fedi-post.el
index 9be78ff9d65..ca7ca501c21 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -691,10 +691,6 @@ MODE is the minor-mode to enable in the buffer."
            (cl-loop for f in capf-funs
                     do (cl-pushnew f completion-at-point-functions)
                     return completion-at-point-functions))
-      ;; (add-to-list 'completion-at-point-functions
-      ;;              #'fedi-post--mentions-capf)
-      ;; (add-to-list 'completion-at-point-functions
-      ;;              #'fedi-post--tags-capf)
       ;; company
       (when (and fedi-post--use-company-for-completion
                  (require 'company nil :no-error))

Reply via email to