From 216d3cb94007701635922504339f028d6d045828 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Aug 2012 22:29:26 -0400 Subject: Update .emacs to emacs24, use wombat theme --- .emacs.d/custom.el | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to '.emacs.d/custom.el') diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 4caf4c5..d6b4ddf 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -1,16 +1,23 @@ (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. + ;; 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. + '(background-color "#002b36") + '(background-mode dark) + '(cursor-color "#839496") + '(custom-enabled-themes (quote (wombat))) + '(custom-safe-themes (quote ("71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default))) + '(erc-nick "lukeshu") + '(fci-rule-color "#383838") + '(foreground-color "#839496") + '(inhibit-startup-screen t) '(ruby-deep-arglist nil) '(ruby-deep-indent-paren nil) - '(erc-nick "lukeshu") - '(mdmua-maildir "~/Maildir") '(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. ) -- cgit v1.2.3-2-g168b From 966faddb545a7958f496c123052b4b8ee032d1fa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 21 Aug 2012 21:03:57 -0400 Subject: clean up emacs config --- .emacs.d/custom.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.emacs.d/custom.el') diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index d6b4ddf..fad97a8 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -3,14 +3,10 @@ ;; 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. - '(background-color "#002b36") - '(background-mode dark) - '(cursor-color "#839496") '(custom-enabled-themes (quote (wombat))) '(custom-safe-themes (quote ("71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" "fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" default))) '(erc-nick "lukeshu") - '(fci-rule-color "#383838") - '(foreground-color "#839496") + '(explicit-shell-file-name "/bin/bash") '(inhibit-startup-screen t) '(ruby-deep-arglist nil) '(ruby-deep-indent-paren nil) -- cgit v1.2.3-2-g168b