diff options
Diffstat (limited to 'dot_emacs.tmpl')
-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 |