-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only display MEM #31
Comments
You just load and activate
I want to know whether the problem is caused while rendering or fetching stats, so can you please evaluate the following expression with The expression is expected to fetch stats and format as a string. |
oops sorrrrry I forgot to paste the code.... (apply 'concat (mapcar 'funcall (car symon--display-fns))) ↑this expression is expected to return the display string. |
i tried this code and it resulted in some strings displaying in (use-package symon
:ensure t
:defer t
:init
(symon-mode)
(apply 'concat (mapcar 'funcall (car symon--display-fns)))
:config
(setq symon-sparkline-type 'bounded
symon-sparkline-thickness 1))
|
hi, when I set it up, I can only have MEM on the mini buffer. What may cause this? I am at MacOS el captain 10.11, emacs 25.1
The text was updated successfully, but these errors were encountered: