From: Andrea Zagli Date: Mon, 11 Dec 2017 16:36:53 +0000 (+0100) Subject: emacs_cross: projectile_mode e visualizza spazi su altri major-mode. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=4a442e83217f54794efe149ee31eb375067121a6;p=msys2 emacs_cross: projectile_mode e visualizza spazi su altri major-mode. --- diff --git a/tools/emacs_cross b/tools/emacs_cross index cdcdb34..097adc0 100644 --- a/tools/emacs_cross +++ b/tools/emacs_cross @@ -104,7 +104,7 @@ ;; whitespace (global-whitespace-mode 1) -(setq whitespace-global-modes '(c-mode c++-mode emacs-lisp-mode lisp-interaction-mode nxml-mode)) +(setq whitespace-global-modes '(autoconf-mode c-mode c++-mode diff-mode emacs-lisp-mode lisp-interaction-mode makefile-automake-mode nxml-mode sh-mode)) (setq whitespace-style (quote (face spaces tabs newline space-mark tab-mark newline-mark))) (setq whitespace-display-mappings '( @@ -395,6 +395,10 @@ (setq compilation-directory-matcher '("\\(?:Entering\\|Leavin\\(g\\)\\|ingresso nella\\|uscita dalla\\) directory [`'\"]\\(.+\\)['\"]$" (2 . 1))) (setq compilation-scroll-output "first-error") + +(projectile-mode) + + ;; code folding (add-hook 'c-mode-common-hook 'hs-minor-mode) (custom-set-variables