浏览代码

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)



正在加载...
取消
保存