Commit cdf42842 authored by Joao Tavora's avatar Joao Tavora
Browse files

Don't require `sly-repl' in sly-fuzzy

* contrib/sly-fuzzy.el (sly-fuzzy): Don't require `sly-repl'.
Showing with 1 addition and 5 deletions
+1 -5
(require 'sly)
(require 'sly-repl)
(require 'cl-lib)
(define-sly-contrib sly-fuzzy
......@@ -10,10 +9,7 @@
(:license "GPL")
(:swank-dependencies swank-fuzzy)
(:on-load
(define-key sly-mode-map "\C-c\M-i" 'sly-fuzzy-complete-symbol)
(when (featurep 'sly-repl)
(define-key sly-repl-mode-map "\C-c\M-i"
'sly-fuzzy-complete-symbol))))
(define-key sly-mode-map "\C-c\M-i" 'sly-fuzzy-complete-symbol)))
(defcustom sly-fuzzy-completion-in-place t
"When non-NIL the fuzzy symbol completion is done in place as
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment