diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-07-05 21:32:48 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-07-05 21:32:48 +0100 |
| commit | 1accf297c5a6d4d7d61503985b9ee10fa2b30671 (patch) | |
| tree | 63ce2b8ed9048ac0767c683d4f86fa2ccf6699e8 /dotfiles-darwin/emacs | |
| parent | 09b038046742ef35ee446ee8473663a491805ee2 (diff) | |
emacs: Disable the same modes when in server mode
Also, always set mac-right-option-modifier to 'none on macOS.
Diffstat (limited to 'dotfiles-darwin/emacs')
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el index bc709fa..a992874 100644 --- a/dotfiles-darwin/emacs/init.el +++ b/dotfiles-darwin/emacs/init.el @@ -1,5 +1,4 @@ -(when (display-graphic-p) - (setq mac-right-option-modifier 'none)) +(setq mac-right-option-modifier 'none) (let ((gnu-ls "/usr/local/bin/gls")) (when (file-exists-p gnu-ls) |
