From 2feeeda7bab8ff818c630b15305aa64b59c962b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 8 Aug 2018 22:35:45 -0500 Subject: minor fix - remove line 'fci-mode 0' --- lisp/init-php.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/init-php.el') 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-") '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 ) ) -- cgit v1.2.3