From 4fb3050031a82e359d94c033c73ecc26504dfa3c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 7 Apr 2026 13:04:48 -0500 Subject: 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. --- modules/weather-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/weather-config.el') 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 -- cgit v1.2.3