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-08-17 12:49:29 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-17 12:49:29 +0100
commit7e0dab42d7b74f293423e2a743cccffae38773ae (patch)
tree90d8ee208da49f1f6eebe77f134492ce67301479 /emacs-prelude/personal/lisp/init-mac.el
parentd0db5660caa836755ea8c99471d816484ea9e837 (diff)
downloaddotfiles-7e0dab42d7b74f293423e2a743cccffae38773ae.tar.gz
Remove 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, 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)
-