Ver código fonte

Add back-button keybind

master
10sr 4 anos atrás
pai
commit
0fd8273943
Acessado por: 10sr ID da chave GPG: C384BB17CBB19347
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver arquivo

@@ -518,6 +518,11 @@ Otherwize hook it."
(run-with-idle-timer 10 t
'push-mark)

(when (fboundp 'back-button-local-forward)
(global-set-key (kbd "<right>") 'back-button-local-forward))
(when (fboundp 'back-button-local-backward)
(global-set-key (kbd "<left>") 'back-button-local-backward))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line



Carregando…
Cancelar
Salvar