Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
417 B

4 years ago
  1. ;;; Directory Local Variables
  2. ;;; For more information see (info "(emacs) Directory Variables")
  3. ((nil
  4. (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
  5. (bug-reference-url-format . "https://github.com/emacs-ess/ess/issues/%s")
  6. (sentence-end-double-space))
  7. (emacs-lisp-mode
  8. (outline-regexp . "\f\\|\\`;\\|;;\\*\\|;;;\\*\\|(def[cvu]\\|(setq\\|;;;;\\*")
  9. (indent-tabs-mode))
  10. (ess-r-mode . ((ess-style . RRR))))