diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2023-09-10 18:38:46 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2023-09-10 18:38:46 +0100 |
| commit | 98d5c79eaae6f69019fcb4c155353cacf71a5b59 (patch) | |
| tree | 7f954d1628d1f0ebe1cbe6134802d4f8bb6cee10 /dotfiles-darwin/emacs | |
| parent | 3477dac78cf8101855cb79d6a4b959a34bdcf32f (diff) | |
emacs: Adopt ‘setopt’
Diffstat (limited to 'dotfiles-darwin/emacs')
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 4 |
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")) |
