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
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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