From c7e98a6796f9fdf4cd49c8331bb1c6b9881b85e1 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 10 Mar 2025 21:19:52 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 553cce0..58b5598 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -175,6 +175,16 @@ Don't show tooltips on hover; they are annoying with my window manager. (tooltip-mode -1) #+end_src +Automatically increase the size of the focused window. +#+begin_src emacs-lisp + (use-package zoom + :init + (zoom-mode) + :config + (setq zoom-size '(0.618 . 0.618))) +#+end_src + + * Tools Install =esup= as a profiling tool. #+begin_src emacs-lisp -- cgit v1.2.3