You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to slow down the symon refresh rate but it only goes higher no matter what value I give symon-refresh-rate. Even the default value 4 updates the values hundreds of times per second. I'm on Emacs 27.1.
I want to slow down the symon refresh rate but it only goes higher no matter what value I give symon-refresh-rate. Even the default value 4 updates the values hundreds of times per second. I'm on Emacs 27.1.
(use-package symon :ensure t :init (setq symon-refresh-rate 1) (setq symon-delay 2) (setq symon-sparkline-type 'plain) (symon-mode) :bind ("M-s-h" . symon-mode))
The text was updated successfully, but these errors were encountered: