summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/test-ledger.ledger6
-rw-r--r--early-init.el3
-rw-r--r--modules/ledger-config.el2
-rw-r--r--todo.org2
4 files changed, 2 insertions, 11 deletions
diff --git a/assets/test-ledger.ledger b/assets/test-ledger.ledger
deleted file mode 100644
index 89ce77d1..00000000
--- a/assets/test-ledger.ledger
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-2022-10-03 ATM
- Cash 100.00 USD
- Bank -100.00 USD
-
diff --git a/early-init.el b/early-init.el
index 1b42eb76..031a1e4e 100644
--- a/early-init.el
+++ b/early-init.el
@@ -57,9 +57,6 @@
;; --------------------------- Warning Notifications ---------------------------
-;; log warnings, but don't popup the warnings buffer
-(setq native-comp-async-report-warnings-errors 'silent)
-
;; skip warnings but notify me about errors
(setq warning-minimum-level :error)
diff --git a/modules/ledger-config.el b/modules/ledger-config.el
index e2969dd7..443c8c83 100644
--- a/modules/ledger-config.el
+++ b/modules/ledger-config.el
@@ -3,8 +3,6 @@
;;; Commentary:
-;; Use C-c ? in ledger mode for discoverability.
-
;; Unlike Mu4e and Elfeed (with Elfeed dashboard), there's no landing page for
;; Ledger. You're thrown immediately into your financial data file in edit mode.
;; Ok, but might be frightening for someone learning how to use Ledger. The
diff --git a/todo.org b/todo.org
index bb86391d..b08a1fb4 100644
--- a/todo.org
+++ b/todo.org
@@ -43,6 +43,8 @@ Can be used with the `gptel-post-response-functions' hook."
*** TODO Change the Prompt: C-c g p
*** TODO Change the Directive: C-c g d
*** TODO Default should be coding
+** TODO [#A] Revisit and refactor localrepo functionality
+** TODO [#A] Fix org-contacts functionality
** TODO [#A] Add Templates Back to Emacs Repository!
** TODO [#A] Add Org Capture Template for Vocabulary Words
** TODO [#B] Dirvish should open not showing hidden files by default