summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-06-08 10:48:09 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-06-08 10:48:09 -0400
commit69c8e01dce86846b2f8eceac60cbc2f06e11c79f (patch)
tree1d4366d9ddb863b3f9e2af066beefce9bd471b7c
parent10da4159cac26ddd9433348e463ff86330e391e2 (diff)
custom wanted to change the indent of .emacs.d/custom.el
-rw-r--r--.emacs.d/custom.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
index 4caf4c5..0d4cf4a 100644
--- a/.emacs.d/custom.el
+++ b/.emacs.d/custom.el
@@ -1,16 +1,16 @@
(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; 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.
- '(ruby-deep-arglist nil)
- '(ruby-deep-indent-paren nil)
+ ;; custom-set-variables was added by Custom.
+ ;; 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")
'(mdmua-maildir "~/Maildir")
+ '(ruby-deep-arglist nil)
+ '(ruby-deep-indent-paren nil)
'(scroll-bar-mode nil))
(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; 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.
+ ;; custom-set-faces was added by Custom.
+ ;; 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.
)