dot-emacs: Don't un-electrify characters in mdw-misc-mode-config.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 May 2008 17:32:07 +0000 (18:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 May 2008 17:32:07 +0000 (18:32 +0100)
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.)

dot-emacs.el

index 0d2e85e..789de88 100644 (file)
@@ -556,10 +556,6 @@ doesn't cope with anything approximating a complicated case."
             (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)