Sfoglia il codice sorgente

Update server edit keymap

master
10sr 3 anni fa
parent
commit
ff7d5f3e6d
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Vedi File

@@ -291,6 +291,12 @@ Otherwize hook it."
'darwin))
(set-variable 'server-use-tcp t))

(add-hook 'server-visit-hook
(lambda ()
(use-local-map (copy-keymap (current-local-map)))
(local-set-key (kbd "C-c C-c") 'server-edit)
(message "server-visit-hook %S" buffer-file-name)))

;; MSYS2 fix

(when (eq system-type


Caricamento…
Annulla
Salva