Browse Source

Merge branch 'master' of github.com:bbatsov/emacs-prelude

custom
Bozhidar Batsov 14 years ago
parent
commit
a180968187
  1. 2
      init.el

2
init.el

@ -63,4 +63,6 @@
(require 'prelude-ruby)
(require 'prelude-xml)
(setq custom-file (concat prelude-dir "custom.el"))
(load custom-file 'noerror)
;;; init.el ends here
Loading…
Cancel
Save