diff options
-rw-r--r-- | lisp/init-php.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-php.el b/lisp/init-php.el index 03648d0..d4fa09b 100644 --- a/lisp/init-php.el +++ b/lisp/init-php.el @@ -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 ) ) |