override sly-flash-region with fez/flash-region

This commit is contained in:
opfez 2021-05-27 20:28:10 +02:00
parent 04c5dcd1b2
commit 88d2bdb556
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
:ensure t
:config
(setq inferior-lisp-program "sbcl")
(add-hook 'sly-mode-hook
(lambda ()
(defun sly-flash-region (start end)
(fez/flash-region))))
(use-package sly-quicklisp
:ensure t))