dotfiles/.config/emacs/early-init.el

6 lines
172 B
EmacsLisp
Raw Permalink Normal View History

2023-09-17 12:51:41 +00:00
(setq package-enable-at-startup nil)
(setq inhibit-startup-message t)
(tool-bar-mode -1)
(set-fringe-mode 10)
(modify-all-frames-parameters '((width . 100) (height . 50)))