Procházet zdrojové kódy

Add remember-mode config

master
10sr před 5 roky
rodič
revize
f033169c36
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit