overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

live-windows-hide-eol quick fix! #158

Open leblowl opened 10 years ago

leblowl commented 10 years ago

In cider-conf.el:

(when (eq system-type 'windows-nt)
  (add-hook 'nrepl-mode-hook 'live-windows-hide-eol))

Should be:

(when (eq system-type 'windows-nt)
    (add-hook 'cider-repl-mode-hook 'live-windows-hide-eol)