equal
deleted
inserted
replaced
87 |
87 |
88 (setq read-quoted-char-radix 16) |
88 (setq read-quoted-char-radix 16) |
89 |
89 |
90 ;; ---------------------------------------------------------------------- |
90 ;; ---------------------------------------------------------------------- |
91 ;; Switching, creating, selecting buffers. |
91 ;; Switching, creating, selecting buffers. |
|
92 |
92 (iswitchb-mode 1) |
93 (iswitchb-mode 1) |
93 (setq iswitchb-buffer-ignore nil) |
94 (setq iswitchb-buffer-ignore nil) |
94 (mapc (lambda (arg) (add-to-list 'iswitchb-buffer-ignore arg)) |
95 (mapc (lambda (arg) (add-to-list 'iswitchb-buffer-ignore arg)) |
95 '("^ " |
96 '("^ " |
96 "^\*Buffer" |
97 "^\*Buffer" |
104 )) |
105 )) |
105 |
106 |
106 (require 'uniquify) |
107 (require 'uniquify) |
107 (setq uniquify-buffer-name-style 'post-forward) |
108 (setq uniquify-buffer-name-style 'post-forward) |
108 |
109 |
109 (global-set-key "\C-x\C-b" 'buffer-menu) |
110 ;; buffer-menu better then buffer-list, but ibuffer much better. |
|
111 (global-set-key "\C-x\C-b" 'ibuffer) |
110 |
112 |
111 ;; ---------------------------------------------------------------------- |
113 ;; ---------------------------------------------------------------------- |
112 ;; Scrolling |
114 ;; Scrolling |
113 |
115 |
114 (setq-default |
116 (setq-default |