minor fix

- remove line 'fci-mode 0'
This commit is contained in:
Jesús
2018-08-08 22:35:45 -05:00
parent 9b5b7dfcc9
commit 2feeeda7ba

View File

@@ -50,7 +50,6 @@
(local-set-key (kbd "C-<f1>") 'my/php-symbol-lookup)
;; New versions of PHP have this :)
(php-enable-psr2-coding-style)
(fci-mode 0)
(auto-complete-mode t)
(require 'ac-php)
(setq ac-sources '(ac-source-dictionary ac-source-abbrev ac-source-php ) )