Browse Source

Add back-button keybind

master
10sr 4 years ago
parent
commit
0fd8273943
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el View 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



Loading…
Cancel
Save