Browse Source

custom.el is now loaded just once

custom
Bozhidar Batsov 14 years ago
parent
commit
57ac83c7d5
  1. 1
      init.el

1
init.el

@ -61,7 +61,6 @@ by Prelude.")
;; config changes made through the customize UI will be store here
(setq custom-file (concat prelude-personal-dir "custom.el"))
(load custom-file 'noerror)
;; the core stuff
(require 'prelude-ui)

Loading…
Cancel
Save