aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-06-10 23:44:59 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-06-10 23:44:59 +0200
commit831e0684f09f34b83190512b57576912a4fa4b71 (patch)
treec39b42f1e1b32281995baff0308011e7a771fc7a
parent09bbcc2be77ba0d3aa02d3c66fb8dc1a6a909296 (diff)
downloaddotfiles-831e0684f09f34b83190512b57576912a4fa4b71.tar.gz
dotfiles-831e0684f09f34b83190512b57576912a4fa4b71.tar.bz2
dotfiles-831e0684f09f34b83190512b57576912a4fa4b71.zip
local configs
-rw-r--r--config/awesome/rc.lua1
-rw-r--r--config/doom/config.org6
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)