aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/doom/config.org')
-rw-r--r--config/doom/config.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index f18ca92..bca39c4 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -45,6 +45,8 @@ Doom manages packages separately. Keep that file separate
This allows me to jump to buffer positions using my home row ordering
#+begin_src emacs-lisp
(after! avy
+ (setq avy-all-windows t
+ avy-all-windows-alt nil)
(setq avy-keys '(?r ?t ?i ?e ?a ?o ?n ?s)))
#+end_src
** Ace window
@@ -109,7 +111,7 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary
(add-to-list 'org-capture-templates
`("i" "Isar-Speak Contact"
entry (file ,(expand-file-name "Isar-Speak.org" org-directory))
- "* INTRS [[notmuch-search:from:%:fromaddress][%:fromname]]
+ "* INTRS [[notmuch-search:%:fromaddress][%:fromname]]
:PROPERTIES:
:EMAIL: %:fromaddress
:END:
@@ -437,7 +439,7 @@ Emacs mode for managing ledger text files
:config
(setq cardano-log-level 'debug)
(setq cardano-cli-command (expand-file-name "~/dev/cardano/cardano-node/cli"))
- (setq cardano-address-keyring-dir "~/dev/cardano/emacs-wallet/keys/demo"))
+ (setq cardano-db-keyring-dir "~/dev/cardano/emacs-wallet/keys/demo"))
(use-package! cardano-wallet
:commands (cardano-wallet-balances)