summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")