ソースを参照

yen sign to backslash

undefined
10sr 1ヶ月前
コミット
77489aecc4
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      emacs.el

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

@@ -332,6 +332,9 @@ Otherwize hook it."
(global-set-key (kbd "<left>") 'scroll-down)
(global-set-key (kbd "<right>") 'scroll-up)

;; YEN SIGN to backslash
(global-set-key (char-to-string 165) "\\")

;; (define-key my-prefix-map (kbd "C-h") help-map)
;; (global-set-key (kbd "C-\\") help-map)



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