Parcourir la source

Enable back-button mode

master
10sr il y a 4 ans
Parent
révision
aab11344ef
Signé par: 10sr ID de la clé GPG: C384BB17CBB19347
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Voir le fichier

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

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


Chargement…
Annuler
Enregistrer