commit 259772a7b9c676b323da677c270f57187448af30
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Feb 15 14:17:15 2022 -0500
Fixed symon-mode
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index 9cb84fb..3d589b3 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -104,9 +104,18 @@
(global-set-key (kbd "C-c 2 e") 'flymake-mode)
;; System monitor
-(straight-use-package
- '(symon :type git :host github
- :repo "zk-phi/symon"))
+;; (straight-use-package
+;; '(symon :type git :host github
+;; :repo "zk-phi/symon"))
+;; For whatever reason, using straight to build this
+;; package results in bugs on Linux (not OSX). I'm assuming
+;; because straight is building from git and there is a regression.
+;; As such -- MELPA config
+(require 'package)
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
+(package-install 'symon)
+(symon-mode 1)
+
(straight-use-package
'(telephone-line :type git :host github
@@ -325,7 +334,6 @@
;; Graphic Display
(if (display-graphic-p)
(progn
- (symon-mode 1)
(load-theme 'solarized-dark t)))))
;; Load for GUI Linux