summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el
index 2f4bc95..756b121 100644
--- a/init.el
+++ b/init.el
@@ -1117,8 +1117,9 @@
(vertical-scroll-bars . nil)
(scroll-bar-width . 0)
(menu-bar . nil)
- (width . 163)
- (height . 67)))
+ ,@(jao-when-darwin '((internal-border-width . 5)
+ (width . 163)
+ (height . 70)))))
;;;; frame layout, title, etc
(setq frame-title-format '("%b - emacs"))
@@ -1127,6 +1128,8 @@
(jao-when-linux (menu-bar-mode -1))
+(setq ns-pop-up-frames nil)
+
;; (setting it to nil avoids mouse wrapping after other-frame)
(setq focus-follows-mouse (and (jao-is-linux) window-system t))