From be700ff9e26fbe05a6e70d50ca636c22b0f741fe Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 28 Feb 2023 17:37:53 +0100 Subject: [PATCH] Fix upgrade-broken ledger tab completion. --- bullseye/home_files/user/.emacs.d/init.el | 2 +- bullseye/other_files/{prune.sh => prune_microblogpub.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bullseye/other_files/{prune.sh => prune_microblogpub.sh} (100%) diff --git a/bullseye/home_files/user/.emacs.d/init.el b/bullseye/home_files/user/.emacs.d/init.el index fbec980..9964c98 100644 --- a/bullseye/home_files/user/.emacs.d/init.el +++ b/bullseye/home_files/user/.emacs.d/init.el @@ -311,7 +311,7 @@ ;; ledger ;; ====== (setq ledger-mode-map (make-sparse-keymap)) -(define-key ledger-mode-map (kbd "TAB") 'ledger-magic-tab) +(define-key ledger-mode-map (kbd "TAB") 'completion-at-point) diff --git a/bullseye/other_files/prune.sh b/bullseye/other_files/prune_microblogpub.sh similarity index 100% rename from bullseye/other_files/prune.sh rename to bullseye/other_files/prune_microblogpub.sh -- 2.30.2