unix-conf/.emacs.d/elpa/ess-20160208.453/.dir-locals.el

8 lines
400 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.
((emacs-lisp-mode
;; (coding . utf-8-unix) ;; emacs 24.3.5 gives "Coding cannot be specified by dir-locals"
(indent-tabs-mode)
(whitespace-style face tabs spaces trailing lines space-before-tab::space newline indentation::space empty space-after-tab::space space-mark tab-mark newline-mark)))