diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:05 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-11-15 10:54:05 -0500 |
commit | f7aa9f8e973d09d852d9c94bc326db0f49fba89f (patch) | |
tree | 6ac0e3bdc75b8712012d6212794baa456c4273f7 | |
parent | counsel and ivy key bindings (diff) |
Enable ivy-hydra, prefix C-o
-rw-r--r-- | dot_emacs.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 1677665..3fd5cfe 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -436,6 +436,9 @@ Extended Format date in the date field and return it as a string obeing :ensure t :bind (("C-c b" . ivy-bibtex))) +(use-package ivy-hydra + :ensure t) + (use-package latex :ensure auctex :after info-look |