Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

11 řádky
417 B

před 4 roky
  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))))