init-local-template.el 280 B

123456789
  1. ;;; init-local.el --- Local Configuration File -*- lexical-binding: t -*-
  2. ;;; Commentary:
  3. ;; Local configuration that shouldn't be checked into source control
  4. ;; Copy this template to init-local.el and edit as required
  5. ;;; Code:
  6. (provide 'init-local)
  7. ;;; init-local.el ends here