浏览代码

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)


正在加载...
取消
保存