Hydra: add hydra + hydra-zoom
This commit is contained in:
parent
62c9f46308
commit
5f067d2b68
1 changed files with 19 additions and 0 deletions
19
config.org
19
config.org
|
|
@ -282,6 +282,25 @@ Enable highlight-line globally and replace its background colour.
|
||||||
(set-face-background hl-line-face "dark slate grey")
|
(set-face-background hl-line-face "dark slate grey")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Hydra
|
||||||
|
|
||||||
|
https://github.com/abo-abo/hydra
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package hydra
|
||||||
|
:ensure t
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
** Hydra Zoom
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(defhydra hydra-zoom (global-map "<f2>")
|
||||||
|
"zoom"
|
||||||
|
("g" text-scale-increase "in")
|
||||||
|
("l" text-scale-decrease "out"))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Dashboard
|
* Dashboard
|
||||||
|
|
||||||
I use the dashboard as start screen.
|
I use the dashboard as start screen.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue