ソースを参照

Add undo-fu keybind

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

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

@@ -441,6 +441,11 @@ found, otherwise returns nil."
(global-set-key (kbd "C-s") 'isearch-forward-regexp)
(global-set-key (kbd "C-r") 'isearch-backward-regexp)

(when (fboundp 'undo-fu-only-undo)
(global-set-key (kbd "C-_") 'undo-fu-only-undo))
(when (fboundp 'undo-fu-only-redo)
(global-set-key (kbd "C-M-_") 'undo-fu-only-redo))

(require 'page-ext nil t)

(when (safe-require-or-eval 'page-break-lines)


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