From 35e9f983ea6d8779a18eaacdece6e57342a810db Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sat, 5 Apr 2014 13:52:26 +0100 Subject: [PATCH] actually add the completion function to completions --- squeeze.el | 1 + 1 file changed, 1 insertion(+) diff --git a/squeeze.el b/squeeze.el index 9a03eeb..2b0e4b8 100644 --- a/squeeze.el +++ b/squeeze.el @@ -17,6 +17,7 @@ (define-derived-mode squeeze-mode comint-mode "Squeeze" "Major mode for interacting with the Squeezebox Server CLI.\\" + (add-to-list 'completion-at-point-functions 'squeeze-complete-command-at-point) (add-hook 'comint-preoutput-filter-functions 'url-unhex-string nil t) (add-hook 'comint-preoutput-filter-functions 'squeeze-update-state nil t)) -- 2.30.2