Mercurial > hg > dotemacs
comparison dotemacs.el @ 24:e0fa369f4a3d
Enable ido-mode
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Wed, 30 Jun 2010 18:22:12 -0500 |
parents | 3488f4f3a2b5 |
children | 67a96731dbab |
comparison
equal
deleted
inserted
replaced
23:3488f4f3a2b5 | 24:e0fa369f4a3d |
---|---|
123 | 123 |
124 ;(setq scroll-step 1) | 124 ;(setq scroll-step 1) |
125 ;(setq scroll-conservatively 1) | 125 ;(setq scroll-conservatively 1) |
126 (require 'smooth-scrolling) | 126 (require 'smooth-scrolling) |
127 | 127 |
128 ;; This ido thing looks interesting... | |
129 (ido-mode 1) | |
130 | |
128 (setq default-major-mode 'text-mode) | 131 (setq default-major-mode 'text-mode) |
129 (global-unset-key "\C-z") | 132 (global-unset-key "\C-z") |
130 | 133 |
131 ;; Set auto-fill for all modes | 134 ;; Set auto-fill for all modes |
132 ;(setq-default auto-fill-function 'do-auto-fill) | 135 ;(setq-default auto-fill-function 'do-auto-fill) |