summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)