Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix joaotavora#446: don't run sly-editing-mode twice for same .lisp s…
…ource This could happen if `sly.el` were first autoloaded when visiting that Lisp source. Under those conditions the sly-editing-mode would be turned on once when running `lisp-mode-hook` and once again on autoload due to the final slime-detecting snippet in sly.el. * sly.el: (cond ... slime): Don't turn on sly-editing-mode if already on.
- Loading branch information