Skip to content

Commit

Permalink
Don't enable fci-mode by default; it is too buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 14, 2013
1 parent c165f2f commit ea3c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-editing-utils.el
Expand Up @@ -168,7 +168,7 @@
(set (make-local-variable 'whitespace-style) '(face trailing))
(whitespace-mode 1)))

(add-hook 'prog-mode-hook 'sanityinc/prog-mode-fci-settings)
;;(add-hook 'prog-mode-hook 'sanityinc/prog-mode-fci-settings)

(defun sanityinc/fci-enabled-p ()
(and (boundp 'fci-mode) fci-mode))
Expand Down

0 comments on commit ea3c607

Please sign in to comment.