aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:09:00 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:09:00 +0200
commit7d76cdc441810d14827c430b5d59d6b81cc19ab2 (patch)
tree7f340d91b3fb725fad8daf86c4b42fdea25df4de /dot.emacs.d/init.el
parent15cc068fa55486da690dda819c87a49f2a98b807 (diff)
Emacs: ledger-mode: Install from melpa-unstable
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 97b1c6b..cee5b53 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -367,6 +367,7 @@
(use-package haskell-mode)
(use-package ledger-mode
+ :pin melpa-unstable ; Last release 4.0.0 is incompatible
:config
(setq ledger-default-date-format "%Y-%m-%d"
ledger-use-iso-dates t))