about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-mac.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-07-03 21:02:12 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-07-03 21:02:12 +0100
commit3fbaf487183e7b7e3785628ab8ed6290ddd94fd7 (patch)
tree10c7e584e5b1e054dea84dd4d8fa8c397f0a1519 /emacs-prelude/personal/lisp/init-mac.el
parentb5e8c2052c43e9865aad35380ff0b36cabae19d2 (diff)
downloaddotfiles-3fbaf487183e7b7e3785628ab8ed6290ddd94fd7.tar.gz
Update emacs prelude config
Diffstat (limited to 'emacs-prelude/personal/lisp/init-mac.el')
-rw-r--r--emacs-prelude/personal/lisp/init-mac.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-prelude/personal/lisp/init-mac.el b/emacs-prelude/personal/lisp/init-mac.el
new file mode 100644
index 0000000..26e4889
--- /dev/null
+++ b/emacs-prelude/personal/lisp/init-mac.el
@@ -0,0 +1,7 @@
+(when (eq system-type 'darwin)
+  (setq mac-option-modifier 'meta)
+  (setq mac-right-option-modifier 'none)
+  (setq mac-command-modifier 'super))
+
+(provide 'init-mac)
+