aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r--dot_emacs.tmpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index c655836..bca1d2c 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -56,7 +56,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"
@@ -89,18 +89,13 @@
(?1 delete-other-windows "Delete Other Windows")
(?? aw-show-dispatch-help))))
-(use-package auto-indent-mode
+(use-package aggressive-indent
:ensure t
:config
- (auto-indent-global-mode)
- :custom
- (auto-indent-next-pair-timer-interval
- (quote ((css-mode 1.5)
- (haskell-mode 1.5)
- (python-mode 1.5)
- (latex-mode 1.5)
- (coq-mode 1.5)
- (default 0.0005)))))
+ (global-aggressive-indent-mode 1))
+
+(use-package autorevert
+ :diminish auto-revert-mode)
(use-package bibtex
:mode ("\\.bib\'" . bibtex-mode)
@@ -252,6 +247,7 @@ Extended Format date in the date field and return it as a string obeing
(use-package company-box
:ensure t
+ :diminish
:hook (company-mode . company-box-mode))
(use-package company-coq
@@ -284,6 +280,9 @@ Extended Format date in the date field and return it as a string obeing
(use-package dictem
:load-path "~/.emacs.d/dictem/")
+(use-package diminish
+ :ensure t)
+
(use-package doi-utils
;; provided by org-ref
:ensure org-ref)
@@ -620,6 +619,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")