summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index fe69f12..2408b9c 100644
--- a/init.el
+++ b/init.el
@@ -1152,7 +1152,7 @@
(t (format "%s" (or (jao-afio-frame-name) ""))))
'face 'font-lock-warning-face))
- (unless jao-afio-use-frames
+ (unless nil ;; jao-afio-use-frames
(jao-minibuffer-add-variable '(jao-current--frame-id) 100))
(setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name))))
@@ -1161,8 +1161,8 @@
(global-set-key (kbd "C-c t") #'jao-afio-goto-chats))
(jao-when-darwin
- (jao-afio-add-frame-parameters "docs" (width . 195) (height . 70))
- (jao-afio-add-frame-parameters nil (width . 197) (height . 82))
+ (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75))
+ (jao-afio-add-frame-parameters nil (width . 163) (height . 70))
(add-to-list 'default-frame-alist '(width . 80)))
:bind (("C-c f" . 'jao-afio-goto-main)