ソースを参照

Fix keybind

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

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

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-09 15:09:25 JST 10sr>
;; Time-stamp: <2018-10-09 15:15:44 JST 10sr>

;;; Code:

@@ -817,7 +817,7 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'wgrep)
(defvar grep-mode-map)
(define-key grep-mode-map
"e"
"w"
'wgrep-change-to-wgrep-mode))

(with-eval-after-load 'remember


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