Sfoglia il codice sorgente

Add back-button keybind

master
10sr 4 anni fa
parent
commit
0fd8273943
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Vedi File

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



Caricamento…
Annulla
Salva