summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index 77856e1..f040fc7 100644 --- a/init.el +++ b/init.el
@@ -1910,7 +1910,11 @@ call `zzz-to-char'."
1910 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) 1910 (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode))
1911 (pdf-loader-install)) 1911 (pdf-loader-install))
1912 1912
1913 (setup (:straight vterm))) 1913 (setup (:straight vterm))
1914
1915 (add-hook 'after-make-frame-functions
1916 (defun after-make-frame@maximize (frame)
1917 (toggle-frame-maximized frame))))
1914 1918
1915;;;; Work 1919;;;; Work
1916(when (acdw/system :work) 1920(when (acdw/system :work)