diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-21 08:03:40 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-21 08:03:40 +0100 |
| commit | 7286d7a3d0c9b394ffbf2ea6b80ad09966647a5d (patch) | |
| tree | 2b64ae6561fc836303c7ccd7c2be1decd8539cb9 | |
| parent | b523813ee8b98f083fce6b2fb98d6fa5eb487107 (diff) | |
darwin/emacs: Resize frames pixelwise
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el index 2c55404..dc78758 100644 --- a/dotfiles-darwin/emacs/init.el +++ b/dotfiles-darwin/emacs/init.el @@ -1,6 +1,7 @@ ;; General Configuration -(setopt mac-right-command-modifier 'meta +(setopt frame-resize-pixelwise t + mac-right-command-modifier 'meta mac-right-option-modifier 'none) (when (executable-find "gls") |
