summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-05-06 00:29:16 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-05-06 00:30:18 +0200
commitb6b11c442b5e1fa75d2d9d523f2595b18c43c986 (patch)
tree8a5ef4a3fdca97df0635fa6406a91b34d57543fd /emacs
parente5ae8645ee8243565e960303dbafa34acf9ecdc5 (diff)
downloaddotfiles-b6b11c442b5e1fa75d2d9d523f2595b18c43c986.tar.xz
emacs: Solarized new daylight theme, and disable auto-fill
Diffstat (limited to 'emacs')
-rw-r--r--emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs b/emacs
index 8c096e4..cc699e9 100644
--- a/emacs
+++ b/emacs
@@ -144,7 +144,7 @@
(setq default-major-mode 'text-mode)
;;
;; Wrap lines at 70 in text-mode
-(add-hook 'text-mode-hook 'turn-on-auto-fill)
+;(add-hook 'text-mode-hook 'turn-on-auto-fill)
;;
;; Text files end in new lines.
(setq require-final-newline t)
@@ -412,7 +412,7 @@ If there is no *ansi-term*, run it."
(defalias 'eb 'eval-buffer)
(defalias 'er 'eval-region)
(defalias 'ee 'eval-expression)
-(defalias 'day 'color-theme-vim-colors)
+(defalias 'day 'color-theme-solarized-light) ;color-theme-vim-colors
(defalias 'night 'color-theme-zenburn)
(defalias 'fold 'fold-enter-fold-mode-close-all-folds)
;}}}