]> err.no Git - dotfiles/commitdiff
reindent a bit
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 10:23:50 +0000 (10:23 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 10:23:50 +0000 (10:23 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@37 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 618762f7d9746c9fc65efea5b320365739c7779a..4f2d3bbccff22baaeea741af722c4a461fc1c2ce 100644 (file)
--- a/emacs
+++ b/emacs
 
 (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)
  (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"
 ;; 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"))))