summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-09-21 08:03:40 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-09-21 08:03:40 +0100
commit7286d7a3d0c9b394ffbf2ea6b80ad09966647a5d (patch)
tree2b64ae6561fc836303c7ccd7c2be1decd8539cb9
parentb523813ee8b98f083fce6b2fb98d6fa5eb487107 (diff)
darwin/emacs: Resize frames pixelwise
-rw-r--r--dotfiles-darwin/emacs/init.el3
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")