chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
449d37b
)
dot/emacs: Add a keybinding for `mdw-set-frame-width'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Mar 2018 00:16:06 +0000
(
00:16
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Mar 2018 00:16:54 +0000
(
00:16
+0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 0b5784b945bab065beaf65f2c0ad6d3910158e4e..f7e8ec3dad0ed2eb97dea8c0c944c8ffb47753fb 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-669,6
+669,7
@@
(global-set-key [?\M-#] 'calc-dispatch)
(global-set-key [?\C-x ?/] 'auto-fill-mode)
(global-set-key [?\C-c ?w ?d] 'mdw-divvy-window)
(global-set-key [?\M-#] 'calc-dispatch)
(global-set-key [?\C-x ?/] 'auto-fill-mode)
(global-set-key [?\C-c ?w ?d] 'mdw-divvy-window)
+ (global-set-key [?\C-c ?w ?w] 'mdw-set-frame-width)
(global-set-key [insertchar] 'overwrite-mode)
(global-set-key [?\C-x ?\C-n] 'skel-create-file)
(global-set-key [?\C-x ?4 ?n] 'skel-create-file-other-window)
(global-set-key [insertchar] 'overwrite-mode)
(global-set-key [?\C-x ?\C-n] 'skel-create-file)
(global-set-key [?\C-x ?4 ?n] 'skel-create-file-other-window)