system changes

This commit is contained in:
jjanzen 2025-03-05 12:06:42 -06:00
parent 22fefc1152
commit 28ab602af1

View file

@ -164,6 +164,11 @@ Configure superior Emacs window management with =windmove=.
(keymap-global-set "C-c C-w l" 'windmove-swap-states-right)
#+end_src
Don't show tooltips on hover; they are annoying with my window manager.
#+begin_src emacs-lisp
(tooltip-mode -1)
#+end_src
* Tools
Install =esup= as a profiling tool.
#+begin_src emacs-lisp