Ver a proveniência

Fix remeober-mode

master
10sr há 5 anos
ascendente
cometimento
aa330ef2b2
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver ficheiro

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


Carregando…
Cancelar
Guardar