Fix emacs annoyances
This commit is contained in:
parent
4c5c2a1248
commit
09dcb0f999
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
"b" 'switch-to-buffer
|
||||
"w" 'save-buffer
|
||||
"q" 'kill-buffer-and-window
|
||||
"x" 'server-edit
|
||||
|
||||
"\"" 'split-window-right
|
||||
"%" 'split-window-below
|
||||
|
|
@ -87,6 +88,7 @@
|
|||
'(show-paren-mode 1)
|
||||
'(tab-width 4)
|
||||
'(tool-bar-mode t)
|
||||
'(vc-follow-symlinks nil)
|
||||
'(visible-cursor nil))
|
||||
|
||||
(custom-set-faces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue