Improve +fci|disable-when-company-activates
This commit is contained in:
parent
fe79178b1f
commit
947130df8b
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +fci|disable-when-company-activates (&rest ignore)
|
(defun +fci|disable-when-company-activates (&rest ignore)
|
||||||
"TODO"
|
"TODO"
|
||||||
(setq +fci-last-state fci-mode)
|
(when (setq +fci-last-state (bound-and-true-p fci-mode))
|
||||||
(when fci-mode
|
|
||||||
(fci-mode -1)))
|
(fci-mode -1)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue