X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/36db1ea7bd3f0e8b199d1de66c4b86d0381a4c68..b7743290c8e149a23fa1390c11244ec3e365b4b8:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f8af576..dbc1677 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -52,6 +52,11 @@ This may be at the expense of cool features.") (debug 0)) `',(make-regexp list)) +(defun mdw-wrong () + "This is not the key sequence you're looking for." + (interactive) + (error "wrong button")) + ;; Some error trapping. ;; ;; If individual bits of this file go tits-up, we don't particularly want @@ -2051,6 +2056,7 @@ doesn't match any of the regular expressions in '(0 mdw-punct-face))))) ;; Hack key bindings. + (local-set-key [?{] 'mdw-self-insert-and-indent) (local-set-key [?}] 'mdw-self-insert-and-indent) ;; Final hacking.