From 98d5c79eaae6f69019fcb4c155353cacf71a5b59 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 10 Sep 2023 18:38:46 +0100 Subject: emacs: Adopt ‘setopt’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles-darwin/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles-darwin') 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")) -- cgit v1.2.3-70-g09d2