From 0246da5aee5247f5dcf43034f0ceab1568f76234 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 10:23:50 +0000 Subject: [PATCH] reindent a bit git-svn-id: file:///svn/tfheen/trunk/dotfiles@37 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/emacs b/emacs index 618762f..4f2d3bb 100644 --- a/emacs +++ b/emacs @@ -16,18 +16,18 @@ (add-to-list 'load-path (expand-file-name "~/data/emacs/lisp")) -(cw/requiring-package (bbdb) - (bbdb-initialize 'gnus 'message 'w3) - (setq bbdb-use-pop-up nil - bbdb-quiet-about-name-mismatches t - bbdb-default-area-code nil - bbdb-north-american-phone-numbers-p nil - bbdb-user-mail-names "\(tollef|tfheen\)" - bbdb-offer-save 1 - bbdb-use-pop-up nil - mail-setup-hook 'bbdb-insinuate-sendmail) - (add-hook mail-setup-hook 'bbdb-define-all-aliases)) +(cw/requiring-package (bbdb) + (bbdb-initialize 'gnus 'message 'w3) + (setq bbdb-use-pop-up nil + bbdb-quiet-about-name-mismatches t + bbdb-default-area-code nil + bbdb-north-american-phone-numbers-p nil + bbdb-user-mail-names "\(tollef|tfheen\)" + bbdb-offer-save 1 + bbdb-use-pop-up nil + mail-setup-hook 'bbdb-insinuate-sendmail) + (add-hook mail-setup-hook 'bbdb-define-all-aliases)) (setq default-major-mode 'text-mode) (add-hook 'text-mode-hook 'turn-on-auto-fill) @@ -158,6 +158,8 @@ (setq mmm-global-mode 'maybe) (set-face-background 'mmm-default-submode-face "White")) +(set-face-foreground font-lock-string-face "Blue") + (cw/requiring-package (tramp) (setq tramp-multi-file-name-structure (quote ("\\`/r:\\(\\([a-z0-9]+\\)\\)?\\(\\(%s\\)+\\):\\(.*\\)\\'" 2 3 -1)) tramp-make-tramp-file-format "/r:%m/%u@%h:%p" @@ -237,7 +239,6 @@ ;; Custom ;; (custom-set-faces -;; '(font-lock-string-face ((t (:foreground "Blue")))) ;; '(custom-set-face ((((class color)) (:foreground "blue" :background "black")))) ;; '(font-lock-keyword-face ((t (:foreground "DarkBlue")))) ;; '(show-paren-mismatch-face ((((class color)) (:bold t :foreground "Red")))) -- 2.39.5