From 28155ebc3084eaa0d5f1304d0a004de95d4ac0d0 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 15 Sep 2025 06:04:50 +0100 Subject: mac: octothorp --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index d432632..b166fb3 100644 --- a/init.el +++ b/init.el @@ -220,7 +220,8 @@ ;;;; keyboard (jao-when-darwin (setq mac-command-modifier 'meta) - (setq mac-option-modifier 'super)) + (setq mac-option-modifier 'super) + (global-set-key (kbd "£") [?#])) (use-package repeat :demand t -- cgit v1.2.3