From 74e7874fa9f8674a77b29ead420720b073b7aa7d Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 24 Oct 2017 13:06:25 +0200 Subject: [PATCH] Screw with vim users (part 2) --- custom/setup-general.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom/setup-general.el b/custom/setup-general.el index b0518b3..afcb29b 100644 --- a/custom/setup-general.el +++ b/custom/setup-general.el @@ -52,4 +52,10 @@ (put 'narrow-to-page '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)