diff options
author | jao <jao@gnu.org> | 2025-09-15 06:04:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-15 06:04:50 +0100 |
commit | 28155ebc3084eaa0d5f1304d0a004de95d4ac0d0 (patch) | |
tree | b09846deb61edd5d306b7366c598da29fc8d851b | |
parent | de448b26fef769747a6d13c931627efc6f20bb88 (diff) | |
download | elibs-28155ebc3084eaa0d5f1304d0a004de95d4ac0d0.tar.gz elibs-28155ebc3084eaa0d5f1304d0a004de95d4ac0d0.tar.bz2 |
mac: octothorp
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |