From 77489aecc4add3914ae80f8e7d34b0636f58b3b1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 21 Oct 2025 17:41:55 +0000 Subject: [PATCH] yen sign to backslash --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 0f6e3ae..4386725 100644 --- a/emacs.el +++ b/emacs.el @@ -332,6 +332,9 @@ Otherwize hook it." (global-set-key (kbd "") 'scroll-down) (global-set-key (kbd "") '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)