Ver código fonte

Enable back-button mode

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

+ 2
- 0
emacs.el Ver arquivo

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


Carregando…
Cancelar
Salvar