forked from colonelpanic/dotfiles
[Emacs] Rename font hydra
This commit is contained in:
@@ -1410,24 +1410,25 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package hydra
|
||||
:demand t
|
||||
:bind (("C-c f" . imalison:hydra-font-resize/body)
|
||||
:bind (("C-c f" . imalison:hydra-font/body)
|
||||
("C-c y" . imalison:hydra-yank/body)
|
||||
("C-c 6" . imalison:compile/body))
|
||||
:config
|
||||
(progn
|
||||
#+END_SRC
|
||||
*** Font Size
|
||||
*** Font Settings
|
||||
<<fontsizehydra>>
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defhydra imalison:hydra-font-resize
|
||||
(defhydra imalison:hydra-font
|
||||
nil
|
||||
"Resize Font"
|
||||
"Font Settings"
|
||||
("-" imalison:font-size-decr "Decrease")
|
||||
("d" imalison:font-size-decr "Decrease")
|
||||
("=" imalison:font-size-incr "Increase")
|
||||
("+" imalison:font-size-incr "Increase")
|
||||
("i" imalison:font-size-incr "Increase")
|
||||
("h" imalison:set-huge-font-size "Huge")
|
||||
("a" imalison:appearance "Set Default Appearance")
|
||||
("f" set-frame-font "Set Frame Font")
|
||||
("0" imalison:font-size-reset "Reset to default size"))
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user