Merge pull request #879 from re-mx/develop

Improve +fci|disable-when-company-activates
This commit is contained in:
Henrik Lissner 2018-09-10 07:51:32 -04:00 committed by GitHub
commit d0d0f3b0a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,7 @@
;;;###autoload
(defun +fci|disable-when-company-activates (&rest ignore)
"TODO"
(setq +fci-last-state fci-mode)
(when fci-mode
(when (setq +fci-last-state (bound-and-true-p fci-mode))
(fci-mode -1)))
;;;###autoload