summaryrefslogtreecommitdiff
path: root/modules/weather-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-07 13:04:48 -0500
committerCraig Jennings <c@cjennings.net>2026-04-07 13:04:48 -0500
commit3724c8da049b7ff3e925762703acc73dba2e2cd0 (patch)
treeb60e21fea87ca589fe3812a8bb38d6575da2fb17 /modules/weather-config.el
parentc53bcaa7b6539aa1c0bd524c2a2ae32ceb2a680a (diff)
downloaddotemacs-3724c8da049b7ff3e925762703acc73dba2e2cd0.tar.gz
dotemacs-3724c8da049b7ff3e925762703acc73dba2e2cd0.zip
feat(vterm): pass F8, F9, F10 through to Emacs
Add nil bindings for F8 (agenda), F9 (gptel), and F10 (music) in vterm-mode-map so these global keybindings aren't swallowed by vterm. Also disable wttrin-debug and update abbreviations.
Diffstat (limited to 'modules/weather-config.el')
-rw-r--r--modules/weather-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el
index 67da5b86..bf71ef9c 100644
--- a/modules/weather-config.el
+++ b/modules/weather-config.el
@@ -17,7 +17,7 @@
:load-path "/home/cjennings/code/wttrin"
:preface
;; Change this to t to enable debug logging
- (setq wttrin-debug t)
+ ;; (setq wttrin-debug t)
:bind
("M-S-w" . wttrin) ;; was M-W, overrides kill-ring-save
:config