We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c51e3b commit 858a6dfCopy full SHA for 858a6df
home/modules/emacs/init.el
@@ -67,6 +67,12 @@
67
read-file-name-completion-ignore-case t
68
read-buffer-completion-ignore-case t)
69
70
+ ;; set command as meta key on macOS
71
+ (if (eq system-type 'darwin)
72
+ (setq mac-command-modifier 'meta
73
+ mac-option-modifier 'alt
74
+ mac-right-option-modifier 'alt))
75
+
76
;; backup and lock files
77
;; Instead of littering the current project's directory, we can use
78
;; the xdg variables we defined to improve things up.
0 commit comments