aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-01-03 13:47:53 -0500
committerRyan Kavanagh <rak@rak.ac>2023-01-03 13:47:53 -0500
commit3b01c03280f46ba7bf4c67ff68e6ca1d3711ad7f (patch)
tree219d6d26ce62d7dc0f1107193b4bcea51733afbe
parentDebian known hosts (diff)
misc emacs
-rw-r--r--dot_emacs3
1 files changed, 2 insertions, 1 deletions
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")