about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-mac.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-prelude/personal/lisp/init-mac.el')
-rw-r--r--emacs-prelude/personal/lisp/init-mac.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs-prelude/personal/lisp/init-mac.el b/emacs-prelude/personal/lisp/init-mac.el
deleted file mode 100644
index 26e4889..0000000
--- a/emacs-prelude/personal/lisp/init-mac.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(when (eq system-type 'darwin)
-  (setq mac-option-modifier 'meta)
-  (setq mac-right-option-modifier 'none)
-  (setq mac-command-modifier 'super))
-
-(provide 'init-mac)
-