From 1ffc8a8c9140267430951925844887f51e4e55cb Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 11 Jul 2016 12:14:09 +0800 Subject: [PATCH] emacs - disable flyspell mode in mode-line and fix magit mapping bug --- emacs.d/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index aebc41c..0520fa7 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -350,6 +350,8 @@ clean mode line, Refer to [[https://www.masteringemacs.org/article/hiding-replac (auto-revert-mode . "") ;; default is Ind (org-indent-mode . "") + ;; default is Fly + (flyspell-mode . "") ;; Major modes (lisp-interaction-mode . "λ") (hi-lock-mode . "") @@ -1302,7 +1304,8 @@ and Defined keys, using vi keybindings, Refer abo-abo's setting [[https://github magit-staged-section-map)) (define-key map "j" 'magit-section-forward) (define-key map "k" 'magit-section-backward) - (define-key map "D" 'magit-discard-file) + (define-key map "D" 'magit-discard) + (define-key map "O" 'magit-discard-file) (define-key map "n" nil) (define-key map "p" nil) (define-key map "v" 'recenter-top-bottom) -- 2.11.0