Sfoglia il codice sorgente

Remove comment

master
10sr 5 anni fa
parent
commit
98e4bbb855
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. +1
    -5
      emacs.el

+ 1
- 5
emacs.el Vedi File

@@ -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)


Caricamento…
Annulla
Salva