Use farmg package instead of static default frame

This commit is contained in:
2026-01-22 13:43:49 +01:00
parent d74a5495c9
commit f6cdc61863
2 changed files with 42 additions and 7 deletions

11
init.el
View File

@@ -47,13 +47,7 @@
(delete-file dark-mode-file)
(with-temp-buffer
(write-file dark-mode-file)))
(modus-themes-toggle))))
;; Default frame size
(setq default-frame-alist
(append (list '(width . 90) '(height . 45)
'(vertical-scroll-bars . nil)
'(internal-border-width . 5)))))
(modus-themes-toggle)))))
;; Disable some UI elements
(tool-bar-mode -1)
@@ -433,6 +427,9 @@
(when (current-buffer-matches-file-p) (set-buffer-modified-p nil))
(kill-buffer))
;; saving/restoring of the default frame
(load "~/.emacs.d/frameg.el")
;; movies.org package
(load "~/.emacs.d/org-movies.el" 'noerror)