Fixed a typo
This commit is contained in:
parent
afe6894695
commit
9ae0846fd0
1 changed files with 4 additions and 4 deletions
2
emacs
2
emacs
|
|
@ -361,7 +361,7 @@
|
||||||
(defun save-the-pinky-window () (interactive) (message "Save your pinky! Use M-` (Cmd-`) instead."))
|
(defun save-the-pinky-window () (interactive) (message "Save your pinky! Use M-` (Cmd-`) instead."))
|
||||||
(global-set-key "\C-_" 'save-the-pinky-undo)
|
(global-set-key "\C-_" 'save-the-pinky-undo)
|
||||||
(global-set-key "\C-x\C-f" 'save-the-pinky-open)
|
(global-set-key "\C-x\C-f" 'save-the-pinky-open)
|
||||||
(global-set-key "\C-xo" 'save-the-pinky-other-window)
|
(global-set-key "\C-xo" 'save-the-pinky-window)
|
||||||
(global-set-key "\C-x\C-s" 'save-the-pinky-save)
|
(global-set-key "\C-x\C-s" 'save-the-pinky-save)
|
||||||
(global-set-key "\C-x\C-b" 'save-the-pinky-buffer)
|
(global-set-key "\C-x\C-b" 'save-the-pinky-buffer)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue