Skip to content

Commit

Permalink
added support for a user-settings file (~/emacs.local.el)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Racco committed Jul 20, 2011
1 parent aeae65a commit 1c18755
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.el
Expand Up @@ -136,3 +136,8 @@
nxml-degraded t)
(add-to-list 'auto-mode-alist '("\\.html\\.erb\\'" . eruby-nxhtml-mumamo-mode))
(add-to-list 'auto-mode-alist '("\\.erb\\'" . eruby-nxhtml-mumamo-mode))

(if
(file-readable-p "~/emacs.local.el")
(load-file "~/emacs.local.el")
)

0 comments on commit 1c18755

Please sign in to comment.