11 Commits (1788ceb0f46a27baa93deda04d19901a50198a7c)

Author SHA1 Message Date
Daniel Borchmann a2ce6ebc59
Show current zoom level in corresponding hydra 3 years ago
Daniel Borchmann a511e9e73a
Allow nil as shortcut character in frequently used features
This results in no entry being defined in the corresponding hydra.
3 years ago
Daniel Borchmann a576ef123d
Automatically update hydra for shortcuts after customization 3 years ago
Daniel Borchmann edf9afa68f
Readd hydra for shortcuts
Turns out I am using those shortcuts indeed, but forget about it ;)
3 years ago
Daniel Borchmann b5d7b57b27
Use `autoload instead' of `declare-function' 3 years ago
Daniel Borchmann 6183e008d7
Remove unused `hydra-shortcuts'
The idea of having a hydra to access frequently used features is certainly nice,
but quite hard to achive when one wants to redefine the hydra every time
`db/frequently-used-features' changes.  Regrettably, there are not „ephemeral
hydras“ that are created every time one would like to access it.  Therefore, the
shortcuts hydra is removed for now, but may come back again when we have found a
better way to handle its dynamic nature.
3 years ago
Daniel Borchmann 336ee9d7c4
Incorporate some suggestions from the byte compiler 3 years ago
Daniel Borchmann 9e0338e683
Dynamically create hydra from `db/frequently-used-features' 3 years ago
Daniel Borchmann a0abe9fc4e
Explicitly require `face-remap' before resizing fonts 3 years ago
Daniel Borchmann 20e14a345b
[Hydra] Remove hydra for changing ispell dictionaries
Use standard ‘ispell-change-dictionary’ instead (it’s more generic and should
also work on Windows)
4 years ago
Daniel Borchmann 4fb6e3e5c1
[Hydra] Move hydras to separate package
This allows ‘db-utils’ to not be dependent on ‘hydra’
4 years ago