(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"))))