Lispy: Fix "lispy-goto-symbol" in SLIME REPL.

master
Pierre Neidhardt 2019-08-25 12:14:58 +02:00
parent ab5ac92c2a
commit 058dbf0820
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
(defun ambrevar/init-lispy ()
(when (require 'lispy nil t)
;; REVIEW: Fix SLIME REPL issue with "goto":
(add-to-list 'lispy-goto-symbol-alist
'(slime-repl-mode lispy-goto-symbol-lisp le-lisp))
(set-face-foreground 'lispy-face-hint "#FF00FF")
(when (require 'lispyville nil t)
(add-hook 'lispy-mode-hook 'lispyville-mode))