Personal emacs config
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.

14 lines
583 B

  1. ;;; Directory Local Variables
  2. ;;; For more information see (info "(emacs) Directory Variables")
  3. ((nil
  4. (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
  5. (bug-reference-url-format . "https://github.com/abo-abo/swiper/issues/%s")
  6. (copyright-names-regexp . "Free Software Foundation, Inc\\.")
  7. (sentence-end-double-space . t))
  8. (emacs-lisp-mode
  9. (indent-tabs-mode . nil)
  10. (outline-regexp . ";;[;*]+[\s\t]+")
  11. ;; extra config here: https://github.com/abo-abo/oremacs/blob/github/modes/ora-elisp-style-guide.el
  12. ;; (lisp-indent-function . common-lisp-indent-function)
  13. ))