Skip to content

Commit

Permalink
Change hydra titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 3, 2023
1 parent 3e95cbb commit 4b80f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/init-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
(add-hook 'after-load-theme-hook #'hydra-set-posframe-show-params t))))

(use-package pretty-hydra
:custom (pretty-hydra-default-title-body-format-spec (format "%s %%s\n%%s"
(propertize "\n" 'face '(:height 0.5))))
:custom (pretty-hydra-default-title-body-format-spec " %s%s")
:bind ("<f6>" . toggles-hydra/body)
:hook (emacs-lisp-mode . (lambda ()
(add-to-list
Expand Down

0 comments on commit 4b80f10

Please sign in to comment.