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