Browse Source

Refine missing bundled example file warning (#1094)

custom
Jack 9 years ago
committed by Bozhidar Batsov
parent
commit
2ed8800e29
  1. 2
      init.el

2
init.el

@ -123,7 +123,7 @@ by Prelude.")
(if (file-exists-p prelude-modules-file) (if (file-exists-p prelude-modules-file)
(load prelude-modules-file) (load prelude-modules-file)
(message "Missing modules file %s" prelude-modules-file) (message "Missing modules file %s" prelude-modules-file)
(message "You can get started by copying the bundled example file"))
(message "You can get started by copying the bundled example file from sample/prelude-modules.el"))
;; config changes made through the customize UI will be store here ;; config changes made through the customize UI will be store here
(setq custom-file (expand-file-name "custom.el" prelude-personal-dir)) (setq custom-file (expand-file-name "custom.el" prelude-personal-dir))

Loading…
Cancel
Save