diff options
| author | Luke Hoersten <[email protected]> | 2010-09-28 23:27:10 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2010-09-28 23:27:10 -0500 |
| commit | 2db598ac024854d520192d1acd9555d538ec417d (patch) | |
| tree | 57129b2bdd44350b7e3933335c17d6cab35d0338 /init.el | |
| parent | 27db253053e412858f621fcda0e46bcc89b75676 (diff) | |
Added some old files.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -31,9 +31,9 @@ (add-hook 'before-save-hook 'whitespace-cleanup) ; cleanup whitespace on exit (setq-default whitespace-line-column 120 ; column width - whitespace-style '(trailing lines-tail empty - indentation space-before-tab - space-after-tab)) + whitespace-style ; whitespace to highlight + '(trailing lines-tail empty indentation + space-before-tab space-after-tab)) ;; coding (which-func-mode t) ; show current function @@ -47,7 +47,6 @@ 'comment-or-uncomment-region) ;; line numbers -;;(global-linum-mode t) (mapc (lambda (x) (add-hook x 'linum-mode)) @@ -104,10 +103,6 @@ ;; (setq exec-path (cons "~/xref" exec-path)) ;; (load "xrefactory") -;; iedit mode -(require 'iedit) ; interactive edit mode -(define-key global-map (kbd "C-;") 'iedit-mode) - ;; nav mode (add-to-list 'load-path "~/.emacs.d/nav/") (require 'nav) |
