ソースを参照

Enable back-button mode

master
10sr 4年前
コミット
aab11344ef
署名者: 10sr GPGキーID: C384BB17CBB19347
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el ファイルの表示

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


読み込み中…
キャンセル
保存