Skip to content

Commit

Permalink
Fix some indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Caleb Epstein committed Sep 4, 2019
1 parent 5b80c2b commit 2c0c6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/prelude-common-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@

(with-eval-after-load "slime"
(setq slime-complete-symbol-function 'slime-fuzzy-complete-symbol
slime-fuzzy-completion-in-place t
slime-enable-evaluate-in-emacs t
slime-autodoc-use-multiline-p t)
slime-fuzzy-completion-in-place t
slime-enable-evaluate-in-emacs t
slime-autodoc-use-multiline-p t)
(define-key slime-mode-map (kbd "C-c C-s") 'slime-selector))

(provide 'prelude-common-lisp)
Expand Down

0 comments on commit 2c0c6b7

Please sign in to comment.