summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-08-26 20:05:02 -0500
committerCase Duckworth2021-08-26 20:05:02 -0500
commit3149da65e3795fed56ca2619b0c3986a47c20d7d (patch)
treee7b24a8c893377c6b8c775b159ecccc4f243238f
parentChange C-o, M-o, M-l bindings (diff)
downloademacs-3149da65e3795fed56ca2619b0c3986a47c20d7d.tar.gz
emacs-3149da65e3795fed56ca2619b0c3986a47c20d7d.zip
Maximize frame at home
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index ced1a59..4da4b86 100644 --- a/init.el +++ b/init.el
@@ -1876,7 +1876,11 @@ call `zzz-to-char'."
1876 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) 1876 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode))
1877 (pdf-loader-install)) 1877 (pdf-loader-install))
1878 1878
1879 (setup (:straight vterm))) 1879 (setup (:straight vterm))
1880
1881 (add-hook 'after-make-frame-functions
1882 (defun after-make-frame@maximize (frame)
1883 (toggle-frame-maximized frame))))
1880 1884
1881;;;; Work 1885;;;; Work
1882(when (acdw/system :work) 1886(when (acdw/system :work)