From b6b11c442b5e1fa75d2d9d523f2595b18c43c986 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 6 May 2012 00:29:16 +0200 Subject: emacs: Solarized new daylight theme, and disable auto-fill --- emacs | 4 ++-- 1 file 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) ;}}} -- cgit v1.2.3