system changes
This commit is contained in:
parent
22fefc1152
commit
28ab602af1
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue