From 831e0684f09f34b83190512b57576912a4fa4b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 10 Jun 2022 23:44:59 +0200 Subject: local configs --- config/awesome/rc.lua | 1 - config/doom/config.org | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index fbd9371..08a5794 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -611,7 +611,6 @@ local function run_once(cmd) awful.spawn.with_shell("pgrep -u $USER -x " .. findme .. " > /dev/null || (" .. cmd .. ")") end -run_once("shepherd") run_once("nextcloud") run_once("light-locker") run_once("redshift-gtk") 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) -- cgit v1.2.3