]> saetta.ns0.it Git - msys2/commitdiff
emacs_cross: projectile_mode e visualizza spazi su altri major-mode.
authorAndrea Zagli <azagli@libero.it>
Mon, 11 Dec 2017 16:36:53 +0000 (17:36 +0100)
committerAndrea Zagli <azagli@libero.it>
Mon, 11 Dec 2017 16:36:53 +0000 (17:36 +0100)
tools/emacs_cross

index cdcdb34a9546045d26548a2e750180090b77770a..097adc00dbcdac56ed7d55e0aeffd2ac7b8e33fe 100644 (file)
 
 ;; 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
       '(
 (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