summaryrefslogtreecommitdiff
path: root/dotfiles-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles-darwin')
-rw-r--r--dotfiles-darwin/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el
index c64e5cc..a8c0ab2 100644
--- a/dotfiles-darwin/emacs/init.el
+++ b/dotfiles-darwin/emacs/init.el
@@ -1,7 +1,7 @@
;; General Configuration
-(setq mac-right-command-modifier 'meta
- mac-right-option-modifier 'none)
+(setopt mac-right-command-modifier 'meta
+ mac-right-option-modifier 'none)
(when (executable-find "gls")
(setq insert-directory-program "gls"))