From 4a442e83217f54794efe149ee31eb375067121a6 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 11 Dec 2017 17:36:53 +0100 Subject: [PATCH] emacs_cross: projectile_mode e visualizza spazi su altri major-mode. --- tools/emacs_cross | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.0