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)