From aa6722130316cd9460a5276bd07486887411799a Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 20 Dec 2019 12:02:17 +0100 Subject: Upgrade all modes --- .emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 0b5d15e..6aa5873 100644 --- a/.emacs +++ b/.emacs @@ -82,8 +82,8 @@ (add-to-list 'load-path "~/.emacs.d/lisp/") ;; PHP -(autoload 'php-mode "php-mode" "Mode for editing PHP source files") -(add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode)) +;;(autoload 'php-mode "php-mode" "Mode for editing PHP source files") +;;(add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode)) ;; Lua (autoload 'lua-mode "lua-mode" "Lua editing mode." t) @@ -99,7 +99,7 @@ (add-hook 'python-mode-hook (lambda () (progn - (setq whitespace-line-column 80) + (setq whitespace-line-column 79) (setq whitespace-style '(face empty tabs lines-tail trailing)) (whitespace-mode)))) -- cgit v1.3