mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
11 lines
281 B
EmacsLisp
11 lines
281 B
EmacsLisp
;;; 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
|
|
(setq lv-use-separator t)
|