aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-08 22:35:45 -0500
committerJesús <heckyel@hyperbola.info>2018-08-08 22:35:45 -0500
commit2feeeda7bab8ff818c630b15305aa64b59c962b6 (patch)
treecfb587e55727a90e94ddde21e7ecaf96169423ad
parent9b5b7dfcc98d957db6703115cf03fc4ebc4c4228 (diff)
downloademacs-personal-2feeeda7bab8ff818c630b15305aa64b59c962b6.tar.lz
emacs-personal-2feeeda7bab8ff818c630b15305aa64b59c962b6.tar.xz
emacs-personal-2feeeda7bab8ff818c630b15305aa64b59c962b6.zip
minor fix
- remove line 'fci-mode 0'
-rw-r--r--lisp/init-php.el1
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 ) )