branch: externals/cpupower commit 26d745d6106d78c068b2817aae70e2b7a6fa69ac Merge: bdc0013d83 a1c0d4e1d1 Author: steve m <palla...@gmail.com> Commit: steve m <palla...@gmail.com>
Merge branch 'review-feedback-changes' into 'main' Update cpupower.el See merge request steve-emacs-stuff/cpupower-el!2 --- cpupower.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpupower.el b/cpupower.el index 6e20599a96..c635c772c2 100644 --- a/cpupower.el +++ b/cpupower.el @@ -4,7 +4,7 @@ ;; Author: Stephen Meister ;; URL: https://gitlab.com/steve-emacs-stuff/cpupower-el -;; Version: 1.0.1 +;; Version: 1.0.2 ;; Keywords: hardware, cpupower, cpu, frequency-scaling ;; This program is free software: you can redistribute it and/or modify @@ -45,8 +45,6 @@ ;; - returns a list of all cpu governors by core. ;;; Code: -;; pretty sure I don't need this, but? -(setq lexical-binding t) (defcustom cpupower-cmd "sudo cpupower"