From a273f57ce31ccd9137e831979cd731ce02dcb574 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Fri, 9 Feb 2007 08:30:59 +0000
Subject: [PATCH] start iswitchb and set goto line

---
 .emacs | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.emacs b/.emacs
index 636088c..1019243 100644
--- a/.emacs
+++ b/.emacs
@@ -16,7 +16,9 @@
  '(display-time-mode t)
  '(global-auto-revert-mode t)
  '(global-font-lock-mode t nil (font-lock))
+ '(global-set-key "\M-g" 'goto-line)
  '(iswitchb-prompt-newbuffer nil)
+ '(iswitchb-mode t)
  '(mail-user-agent (quote sendmail-user-agent))
  '(mutt-alias-file-list (quote ("~/.mutt/aliases" "~/.mail_aliases")))
  '(post-email-address "don@donarmstrong.com")
@@ -48,7 +50,7 @@
 ;;(require 'emacs-wiki)
 (require 'bibtex)
 (require 'post)
-
+(require 'fixme)
 
 (global-set-key "\C-xp" 'gnuserv-edit)
 
@@ -66,7 +68,8 @@
 (add-to-list 'auto-mode-alist '("muttng-[a-z0-9]+-[0-9]+-" . post-mode))
 (add-to-list 'auto-mode-alist '("muttngrc" . muttrc-mode))
 
-
+(global-unset-key "\M-g")
+(global-set-key "\M-g" 'goto-line)
 
 ;;(autoload 'perl-mode "cperl-mode"
 ;;  "alternate mode for editing Perl programs" t)
@@ -172,3 +175,5 @@
 
 (desktop-load-default)
 (desktop-read)
+; start up the iswitchb mode
+(iswitchb-mode)
\ No newline at end of file
-- 
2.39.5