From 1accf297c5a6d4d7d61503985b9ee10fa2b30671 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 5 Jul 2020 21:32:48 +0100 Subject: emacs: Disable the same modes when in server mode Also, always set mac-right-option-modifier to 'none on macOS. --- dotfiles-darwin/emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dotfiles-darwin') 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) -- cgit v1.2.3-70-g09d2