Ver a proveniência

Add remember-mode config

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

+ 4
- 0
emacs.el Ver ficheiro

@@ -795,6 +795,10 @@ found, otherwise returns nil."
;; Include some extra modes
(require 'generic-x)

(with-eval-after-load 'remember
(defvar remember-mode-map (make-sparse-keymap))
(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.


Carregando…
Cancelar
Guardar