config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 14444c788bd5744feb85a44ec7418197d82951bf
parent fad171429d37f0a266e8554538637f8695ea0af4
Author: dwrz <dwrz@dwrz.net>
Date:   Wed, 22 Nov 2023 03:37:46 +0000

Fix Emacs textsize mode init

Diffstat:
Memacs/init.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -615,7 +615,7 @@ (use-package textsize :config (setq textsize-default-points 19) :ensure t - :init (textsize-mode t)) + :init (textsize-mode)) (use-package time :init (setq display-time-mode nil) :ensure nil)