From a6ad2ade71fdc8d14c6e2ac49338b7cb5fdee667 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 25 Jan 2024 23:11:01 -0500 Subject: [PATCH] fix(emacs): change neotree default font scale Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index e7477c5..5dc88f5 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -124,6 +124,7 @@ (keymap-global-set "C-c t" #'neotree-toggle-current-directory) (setq neo-theme 'icons) (setq neo-smart-open t) +(add-hook 'neotree-mode-hook (lambda () (text-scale-set -0.5))) ;; Orderless (setq completion-styles '(orderless basic))