diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-07 13:04:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-07 13:04:48 -0500 |
| commit | 842a4d83c06d9a8c58c2dd1099ee4fc8b782c0ea (patch) | |
| tree | 32c89ac78a9ee7aa437cd6e569284a191dbfdac5 /modules/weather-config.el | |
| parent | 4aa6dedebc661686d4fe52b90fb341decb269def (diff) | |
| download | dotemacs-842a4d83c06d9a8c58c2dd1099ee4fc8b782c0ea.tar.gz dotemacs-842a4d83c06d9a8c58c2dd1099ee4fc8b782c0ea.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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 67da5b867..bf71ef9cf 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 |
