Browse Source

Fix back-button arg

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

+ 1
- 1
emacs.el View File

@@ -551,7 +551,7 @@ Otherwize hook it."
(set-mark nil))))

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


Loading…
Cancel
Save