changeset 8:04f1a90eca70

Restore ipython mode, remove manual inclusion of cmake-mode
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 22 Mar 2010 15:15:24 -0600
parents 2c6fced452ac
children 31bf8e120ebf
files dotemacs
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs
+++ b/dotemacs
@@ -64,8 +64,7 @@
 
 (defalias 'perl-mode 'cperl-mode)
 
-;; Commented out for lenny due to a bug with ipython/python mode
-;(require 'ipython)
+(require 'ipython)
 
 (server-start)
 
@@ -169,8 +168,6 @@
 	   '(("\\.cmake\\'" . cmake-mode))
 	   auto-mode-alist))
 
-;(autoload 'cmake-mode "~/.emacs.d/plugins/cmake-mode.el" t)
-
 (defun set-tab-width (width)
   (interactive "nSet tab width: ")
   (setq tab-width width))