system changes

This commit is contained in:
jjanzen 2025-03-10 21:19:52 -05:00
parent e96a10c58d
commit c7e98a6796

View file

@ -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