From 4f3ee2f6868f310b1246662c76a3412e8acb0d3e Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 17 Oct 2018 13:21:15 +0900 Subject: [PATCH] Revert "Remove comment" This reverts commit 98e4bbb8557a6dfe3f08cc1b34bfa2b1ab9052cb. --- emacs.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 9614b98..a91c403 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-16 23:52:31 JST 10sr> +;; Time-stamp: <2018-10-17 13:21:07 JST 10sr> ;;; Code: @@ -819,6 +819,10 @@ found, otherwise returns nil." (define-key remember-mode-map (kbd "C-x C-s") 'ignore)) (with-eval-after-load 'magit-files + ;; `global-magit-file-mode' is enabled by default and this mode overwrites + ;; existing keybindings. + ;; Apparently it is a HARMFUL behavior and should be fixed, but for now + ;; disable this mode here. (global-magit-file-mode -1)) (when (boundp 'git-rebase-filename-regexp)