aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-01-03 12:13:19 -0500
committerRyan Kavanagh <rak@rak.ac>2023-01-03 12:13:19 -0500
commit00a9082fface1fcec90eac17cfa2db5ca3c98e47 (patch)
tree602bce80460e68e1fc64d244dff039f8c66653cf /dot_emacs
parentupdate mpd_*sh (diff)
Switch from auto-indent-mode to aggressive-indent
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs12
1 files changed, 2 insertions, 10 deletions
diff --git a/dot_emacs b/dot_emacs
index e6f222f..2e8dc1d 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -85,18 +85,10 @@
(?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 bibtex
:mode ("\\.bib\'" . bibtex-mode)