Lint prelude.el
This was a doozey because I use it everywhere. Is there a better way to globally rename things? Aye aye aye... computers, man!
This commit is contained in:
parent
5d3bb0b7ea
commit
ff8277625f
29 changed files with 163 additions and 164 deletions
|
|
@ -28,7 +28,7 @@
|
|||
(defun screen-brightness/increase ()
|
||||
"Increase the screen brightness."
|
||||
(interactive)
|
||||
(prelude/start-process
|
||||
(prelude-start-process
|
||||
:name "screen-brightness/increase"
|
||||
:command (string/format "xbacklight -inc %s" screen-brightness/step-size))
|
||||
(message "[screen-brightness.el] Increased screen brightness."))
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
(defun screen-brightness/decrease ()
|
||||
"Decrease the screen brightness."
|
||||
(interactive)
|
||||
(prelude/start-process
|
||||
(prelude-start-process
|
||||
:name "screen-brightness/decrease"
|
||||
:command (string/format "xbacklight -dec %s" screen-brightness/step-size))
|
||||
(message "[screen-brightness.el] Decreased screen brightness."))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue