summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-04-25 11:37:12 +0200
committerMartin Polden <mpolden@mpolden.no>2021-04-25 11:38:06 +0200
commitb9783ac7c2e1be3cdcdcd86e893c36e198563b9d (patch)
treeacbed56bc52991d272d4430ce66ee63a52eee7bd /lisp/init-mac.el
parentf642bd7f583b599d4eefacd63cc2ea62a939e209 (diff)
mac: Make tilde symbol work in emacs-mac
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index a24c047..0e49d85 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -25,6 +25,7 @@
(define-key key-translation-map (kbd "s-7") (kbd "|"))
(define-key key-translation-map (kbd "s-/") (kbd "\\"))
(define-key key-translation-map (kbd "M-s-7") (kbd "M-|"))
+(define-key key-translation-map (kbd "s-ยจ") (kbd "~"))
;; don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)