diff options
author | 2019-08-25 00:10:15 -0400 | |
---|---|---|
committer | 2019-08-25 00:10:15 -0400 | |
commit | a23fd4a0bbff7f5085ee0c14acaf9d2dcf0675b5 (patch) | |
tree | e5984bdc06d0014579821448a6db0d356827e807 /.emacs.d/init.el | |
parent | d56befc377fda77b92672bfe814ab628900a5fac (diff) | |
download | configs-a23fd4a0bbff7f5085ee0c14acaf9d2dcf0675b5.tar.gz configs-a23fd4a0bbff7f5085ee0c14acaf9d2dcf0675b5.tar.xz configs-a23fd4a0bbff7f5085ee0c14acaf9d2dcf0675b5.zip |
emacs: update custom, fix haskell-cafe directory name
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0d23dfe..2d0d8f9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1608,7 +1608,7 @@ For disabling the behaviour for certain buffers and/or modes." (list ".*atreus.freelists.org" "l.atreus") (list ".*deepspec.lists.cs.princeton.edu" "l.deepspec") ;; (list ".*haskell-art.we.lurk.org" "l.haskell.art") ;d - (list ".*haskell-cafe.haskell.org" "l.haskell.cafe") + (list ".*haskell-cafe.haskell.org" "l.haskell-cafe") ;; (list ".*notmuch.notmuchmail.org" "l.notmuch") ;u ;; (list ".*dev.lists.parabola.nu" "l.parabola-dev") ;u ;; ---------------------------------- |