dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c080c528e72778f68772b3a14c3693fa118211df
parent 098d22c5e57fc836eb98774ff097bd3a997a334d
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 11 Nov 2022 11:56:46 +0100

emacs: stop emacs trying to resize itself on startup

Diffstat:
Memacs/init.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -2,6 +2,11 @@ ;; Start in fullscreen mode (message (concat "Starting: " (emacs-uptime))) +;; prevent emacs trying to resize itself. maybe a startup time boost. +;; see here +;; https://tony-zorman.com/posts/2022-10-22-emacs-potpourri.html +(setq frame-inhibit-implied-resize t) + ;; Get rid of all bars ;; Note: this hinders discoverability! Not a problem for me, because ;; counsel-M-x gives discoverability with fuzzy-finding and