From: Christophe Rhodes Date: Sat, 5 Apr 2014 12:52:26 +0000 (+0100) Subject: actually add the completion function to completions X-Git-Url: http://christophe.rhodes.io/gitweb/?p=squeeze-el.git;a=commitdiff_plain;h=35e9f983ea6d8779a18eaacdece6e57342a810db actually add the completion function to completions --- 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))