diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·31+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·31+0200 |
commit | 50ec87400c82e921dd9404672b7e64828abaeca1 (patch) | |
tree | 15930360ad94c618275ae064283c93d3eb291227 /emacs.d/init.el | |
parent | 0d133eceb395d44b7a234b5f455d9d92bba43f4e (diff) |
emacs: Moved some configurations around and fixed init-modes.el
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 7d8733fe487d..235cff1f4bb1 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -40,7 +40,6 @@ ;; IRC configuration (erc) ;; Actual servers and such are loaded from irc.el -(require 'erc) (load "~/.emacs.d/irc") ;; Seed RNG |