diff options
-rw-r--r-- | custom-settings.el | 1 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/custom-settings.el b/custom-settings.el index 9d3f779..0fe5853 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -58,6 +58,7 @@ '(ivy-on-del-error-function nil) '(ivy-use-virtual-buffers t) '(ivy-wrap t) + '(ledger-clear-whole-transactions t) '(lsp-ui-doc-border "wheat") '(lsp-ui-doc-enable t) '(lsp-ui-doc-header t) @@ -735,6 +735,8 @@ :config (add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode))) +(use-package gotest) + ;; lsp-ui (use-package lsp-ui :after lsp-mode |