summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:32:48 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:32:48 +0100
commit1accf297c5a6d4d7d61503985b9ee10fa2b30671 (patch)
tree63ce2b8ed9048ac0767c683d4f86fa2ccf6699e8 /dotfiles-darwin/emacs/init.el
parent09b038046742ef35ee446ee8473663a491805ee2 (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/init.el')
-rw-r--r--dotfiles-darwin/emacs/init.el3
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)