From 3b01c03280f46ba7bf4c67ff68e6ca1d3711ad7f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 3 Jan 2023 13:47:53 -0500 Subject: misc emacs --- dot_emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_emacs b/dot_emacs index 8e21202..5ddfd4b 100644 --- a/dot_emacs +++ b/dot_emacs @@ -52,7 +52,7 @@ :after powerline ; must be loaded after for powerline-moe-theme to work :config (moe-dark) - (powerline-moe-theme))) + (moe-theme-powerline))) (defun single-lines-only () "Replace multiple blank lines with a single one" @@ -615,6 +615,7 @@ Returns a formatted BibTeX entry." (use-package org-ref-bibtex :ensure org-ref + :after bibtex-completion ; needs bibtex-completion-library-path :custom (org-ref-title-case-types '(("article" "title") ("book" "booktitle" "title") -- cgit v1.2.3