X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/3af826d8e7b87d1f6defebcfb3ceb9eebe8cf022..a6fa5ef0beb0514fb879279cc0939d1058ce0cd2:/dot-emacs.el 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)