Explorar el Código

Update server edit keymap

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

+ 6
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar