Browse Source

yen sign to backslash

undefined
10sr 1 month ago
parent
commit
77489aecc4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -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)



Loading…
Cancel
Save