Ver a proveniência

Add back-button keybind

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

+ 5
- 0
emacs.el Ver ficheiro

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