# HG changeset patch # User Oleksandr Gavenko # Date 1254750591 -10800 # Node ID 69d65b8a0a25fb8ca4ff13679414b7603f90542e # Parent a505ab71060af6d0bd28b55e57f0644f06aa0467 Added example for unset-key. diff -r a505ab71060a -r 69d65b8a0a25 .emacs-my --- a/.emacs-my Mon Oct 05 15:38:39 2009 +0300 +++ b/.emacs-my Mon Oct 05 16:49:51 2009 +0300 @@ -853,6 +853,9 @@ ;; (setq-default asm-comment-char 59) (add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t) +;; (add-hook 'asm-mode-hook '(lambda () (local-unset-key ":"))) +;; (add-hook 'asm-mode-hook '(lambda () (local-set-key ":" ":"))) + ;; ---------------------------------------------------------------------- ;; LISP (setq list-command-history-max 256)