Browse Source

Fixed symon-mode

Simon Watson 2 years ago
parent
commit
259772a7b9
1 changed files with 12 additions and 4 deletions
  1. 12 4
      emacs/.emacs-all

+ 12 - 4
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