emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 7c54748122007f4c4cd2654efc7b68df414a4a95
parent afd67408e542d0cd97b91fbd649b32d78da79d47
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed,  8 Jul 2020 08:47:51 +0300

symon: remove package

Diffstat:
Minit.org | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/init.org b/init.org @@ -36,7 +36,6 @@ this file itself. - [[#mu4e][mu4e]] - [[#helm][helm]] - [[#academics][Academics]] - - [[#symon-mode][symon-mode]] - [[#extras][Extras]] - [[#filetype-configurations][Filetype Configurations]] - [[#themes-and-buffer-customization][Themes and Buffer Customization]] @@ -627,20 +626,6 @@ that is as follows. (pdf-loader-install)) #+END_SRC -** symon-mode -I use symon-mode for monitoring system information, which is useful when I am on -EXWM. I use it for monitoring battery, time, cpu, and memory. -#+BEGIN_SRC emacs-lisp - (use-package symon - :straight t - :custom - (symon-monitors '(symon-current-time-monitor - symon-linux-battery-monitor - symon-linux-memory-monitor - symon-linux-cpu-monitor)) - (symon-sparkline-type 'plain)) -#+END_SRC - ** Extras These don't really deserve their own sections, but I prefer to use them.