diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-16 23:58:34 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-16 23:58:34 -0400 |
commit | fa7569af787351cfb733530be00283ebb9cbdc86 (patch) | |
tree | c92245b28062bdea3aebaa5870cb20bcad5c1b36 /.emacs.d/custom.el | |
parent | 4dcf99a241f8591b21ce3e8b2dd385cbeb99bbf6 (diff) | |
parent | dbab2a06f142894f446f1f66b637242862dcd7bf (diff) |
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.emacs.d/custom.el')
-rw-r--r-- | .emacs.d/custom.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 9f61215..4caf4c5 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -3,9 +3,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(erc-nick "lukeshu-freenode") - '(erc-port 6667) - '(erc-server "lukeshu.ath.cx") + '(ruby-deep-arglist nil) + '(ruby-deep-indent-paren nil) + '(erc-nick "lukeshu") '(mdmua-maildir "~/Maildir") '(scroll-bar-mode nil)) (custom-set-faces |