diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-10 21:19:52 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-10 21:19:52 -0500 |
commit | c7e98a6796f9fdf4cd49c8331bb1c6b9881b85e1 (patch) | |
tree | 6ef8db933167b7e595ee1ec368d940733b9d5b67 /common | |
parent | e96a10c58d25d7c4b3b9b11a881c6abf0d260263 (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 10 |
1 files changed, 10 insertions, 0 deletions
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 |