diff options
Diffstat (limited to 'emacs/functions.el')
| -rw-r--r-- | emacs/functions.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/functions.el b/emacs/functions.el index fcf8b66..3e879cc 100644 --- a/emacs/functions.el +++ b/emacs/functions.el @@ -66,9 +66,9 @@ enabled." "Focus FRAME." (interactive) (delete-other-windows) - (modify-frame-parameters frame '((fullscreen . fullheight) - (left . 0.5) - (width . 100)))) + (modify-frame-parameters frame '((height . 1.0) (width . 0.5) + (left . 0.5) (top . 1.0) + (user-position . t)))) ;; Misc. Stuff |
