equal
deleted
inserted
replaced
82 |
82 |
83 ;; show column & line numbers in status bar |
83 ;; show column & line numbers in status bar |
84 (setq column-number-mode t) |
84 (setq column-number-mode t) |
85 (setq line-number-mode t) |
85 (setq line-number-mode t) |
86 |
86 |
|
87 ;; ---------------------------------------------------------------------- |
|
88 ;; Switching, creating, selecting buffers. |
87 (iswitchb-mode 1) |
89 (iswitchb-mode 1) |
88 (setq iswitchb-buffer-ignore '("^ " "*Buffer")) |
90 (setq iswitchb-buffer-ignore '("^ " "*Buffer")) |
|
91 |
|
92 (require 'uniquify) |
|
93 (setq uniquify-buffer-name-style 'post-forward) |
|
94 |
|
95 (global-set-key "\C-x\C-b" 'buffer-menu) |
89 |
96 |
90 ;; ---------------------------------------------------------------------- |
97 ;; ---------------------------------------------------------------------- |
91 ;; Scrolling |
98 ;; Scrolling |
92 |
99 |
93 ;; гладкий скроллинг с полями |
100 ;; гладкий скроллинг с полями |