From: Mark Wooding Date: Wed, 7 May 2008 17:32:07 +0000 (+0100) Subject: dot-emacs: Don't un-electrify characters in mdw-misc-mode-config. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/a6fa5ef0beb0514fb879279cc0939d1058ce0cd2?ds=inline;hp=-c dot-emacs: Don't un-electrify characters in mdw-misc-mode-config. I /want/ ?# to go back to the start of the line in C mode, I think. (It doesn't, with the configuration in its current state; I still need to think about this. But at least the option is now there again.) --- a6fa5ef0beb0514fb879279cc0939d1058ce0cd2 diff --git a/dot-emacs.el b/dot-emacs.el index 0d2e85e..789de88 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -556,10 +556,6 @@ (defun mdw-misc-mode-config () (t (local-set-key "\C-m" 'newline-and-indent)))) (local-set-key [C-return] 'newline) - (or (eq major-mode 'asm-mode) - (local-set-key [?\;] 'self-insert-command)) - (local-set-key [?\#] 'self-insert-command) - (local-set-key [?\"] 'self-insert-command) (setq comment-column 40) (auto-fill-mode 1) (setq fill-column 77)