Explorar el Código

Fix remeober-mode

master
10sr hace 5 años
padre
commit
aa330ef2b2
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver fichero

@@ -1094,8 +1094,10 @@ found, otherwise returns nil."
(add-hook 'compilation-mode-hook #'grep-context-mode))

(with-eval-after-load 'remember
(defvar remember-mode-map (make-sparse-keymap))
(defvar remember-mode-map)
(define-key remember-mode-map (kbd "C-x C-s") 'ignore))
(set-variable 'remember-notes-initial-major-mode
'change-log-mode)

(with-eval-after-load 'magit-files
;; `global-magit-file-mode' is enabled by default and this mode overwrites


Cargando…
Cancelar
Guardar