Emacs: Move comment-line binding from mickey to global-map

master
Pierre Neidhardt 2017-06-16 10:40:21 +01:00
parent e625d4eeb6
commit 32c594f9d1
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@
(setq sort-fold-case t)
;;; Replace not-so-useful comment-dwim binding.
(define-key mickey-minor-mode-map "\M-;" 'comment-line)
(global-set-key "\M-;" 'comment-line)
;;; In case you find eldoc too distracting.
;; (global-eldoc-mode 0)