summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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