]> err.no Git - dotfiles/commitdiff
Load local settings.
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 27 Apr 2003 08:50:24 +0000 (08:50 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 27 Apr 2003 08:50:24 +0000 (08:50 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@134 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 1e0740a2daac851e792e972be3e524e0a208837b..169f78415b63181f1ef347902abb7e7deabe4585 100644 (file)
--- a/emacs
+++ b/emacs
@@ -1,6 +1,10 @@
 ; -*- emacs-lisp -*-
 ;
 
+(message "checking for local setup and loading..")
+(if (file-exists-p "/local/skel/all.emacs")
+    (load "/local/skel/all.emacs" nil t t))
+
 (message "loading .emacs-standard")
 (load "~/.emacs-standard")
 
         mail-setup-hook 'bbdb-insinuate-sendmail)
   (add-hook mail-setup-hook 'bbdb-define-all-aliases))
 
-(setq default-major-mode 'text-mode)
+(setq default-major-mode 'text-mode
+      mail-user-agent 'gnus-user-agent
+      read-mail-command 'gnus)
+
 (add-hook 'text-mode-hook 'turn-on-auto-fill)
 
 (fset 'yes-or-no-p 'y-or-n-p)
  (setq cursor-in-non-selected-windows nil))
 
 (global-set-key [C-tab] 'dabbrev-expand)
+(global-set-key [M-space] '(lambda() (insert " ")))
 
 ;(add-hook 'diary-hook 'appt-make-list)
 ;(add-hook 'diary-hook 'appt-make-list)