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
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue