mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1727 from jjzmajic/develop
Load hydra examples without using example hydras.
This commit is contained in:
@ -1,4 +1,10 @@
|
|||||||
;;; ui/hydra/config.el -*- lexical-binding: t; -*-
|
;;; ui/hydra/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(use-package! hydra-examples
|
||||||
|
:commands (hydra-move-splitter-up
|
||||||
|
hydra-move-splitter-down
|
||||||
|
hydra-move-splitter-right
|
||||||
|
hydra-move-splitter-left))
|
||||||
|
|
||||||
;;;###package hydra
|
;;;###package hydra
|
||||||
(setq lv-use-separator t)
|
(setq lv-use-separator t)
|
||||||
|
Reference in New Issue
Block a user