Screw with vim users (part 2)
This commit is contained in:
parent
0ade1dcea4
commit
74e7874fa9
1 changed files with 6 additions and 0 deletions
|
|
@ -52,4 +52,10 @@
|
||||||
(put 'narrow-to-page 'disabled nil)
|
(put 'narrow-to-page 'disabled nil)
|
||||||
(put 'narrow-to-region 'disabled nil)
|
(put 'narrow-to-region 'disabled nil)
|
||||||
|
|
||||||
|
;; screw with vi(m)-users
|
||||||
|
(defconst wq "This is not vi! Use C-x C-c instead.")
|
||||||
|
(defconst w "This is not vi! Use C-x C-s instead.")
|
||||||
|
(defconst q! "This is EMACS not vi! Use C-x C-c instead.")
|
||||||
|
(defconst wq! "This is EMACS not vi! Use C-x C-c instead.")
|
||||||
|
|
||||||
(provide 'setup-general)
|
(provide 'setup-general)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue