chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot-emacs: Don't un-electrify characters in mdw-misc-mode-config.
[profile]
/
dot-emacs.el
diff --git
a/dot-emacs.el
b/dot-emacs.el
index 0d2e85e2a93648cc70b52f60ff12c33ac0840449..789de88dfb90c52606c38c354d09e5f8b64789cc 100644
(file)
--- 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)
(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)
(setq comment-column 40)
(auto-fill-mode 1)
(setq fill-column 77)