emacs27-local.el 610 B

12345678910111213141516171819202122
  1. ;;
  2. ;; GNU Emacs EMACS_VERSION local configuration file
  3. ;;
  4. ;; This configuration is read at the end of site-start.el.
  5. ;; Emacs configuration files are read
  6. ;; - distribution wide from site-start.el
  7. ;; - system wide from this configuration file
  8. ;; - per user from ~/.emacs.d/init.el,
  9. ;; where per user settings override system wide settings,
  10. ;; and system wide settings override site-start.el.
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  13. ;; Local Variables:
  14. ;; mode: emacs-lisp
  15. ;; End: