diff options
| author | 2026-01-08 12:10:16 -0800 | |
|---|---|---|
| committer | 2026-01-08 12:10:25 -0800 | |
| commit | 15047038f7d109e029bff2ff4308fb91c78de2c0 (patch) | |
| tree | c975358fcb309801955fc78b3e30c3f72710087a /oni-vterm.el | |
| parent | ba349c7cc342d8e078ff6699384e8153bfd5a01d (diff) | |
| download | emacs-config-15047038f7d109e029bff2ff4308fb91c78de2c0.tar.gz emacs-config-15047038f7d109e029bff2ff4308fb91c78de2c0.zip | |
Remove beacon-mode
It doesn't really work very well, it's slow, intrusive. I'll use pulse instead
where I want something.
Diffstat (limited to 'oni-vterm.el')
| -rw-r--r-- | oni-vterm.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/oni-vterm.el b/oni-vterm.el index d2b7314..33542eb 100644 --- a/oni-vterm.el +++ b/oni-vterm.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2021.0715.215412 +;; Version: 2025.1021.110152 ;; Package-Requires: (vterm) ;; This program is free software; you can redistribute it and/or modify @@ -31,12 +31,6 @@ (require 'vterm) -(defun oni-vterm-disable-beacon-on-scroll () - "Disable ‘beacon-blink-when-window-scrolls’ in the current buffer." - (setq-local beacon-blink-when-window-scrolls nil)) - -(add-hook 'vterm-mode-hook #'oni-vterm-disable-beacon-on-scroll) - (setq vterm-buffer-name-string "*vterm* %s") (provide 'oni-vterm) |
