From 98e4bbb8557a6dfe3f08cc1b34bfa2b1ab9052cb Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 16 Oct 2018 22:45:20 +0900 Subject: [PATCH] Remove comment --- emacs.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/emacs.el b/emacs.el index 06b95c9..7c3e6af 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-16 22:44:44 JST 10sr> +;; Time-stamp: <2018-10-16 22:45:19 JST 10sr> ;;; Code: @@ -819,10 +819,6 @@ 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)