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
|
|
@ -51,7 +51,7 @@
|
|||
(rate keyboard/repeat-rate)
|
||||
(delay keyboard/repeat-delay))
|
||||
"Use xset to set the key-repeat RATE and DELAY."
|
||||
(prelude/start-process
|
||||
(prelude-start-process
|
||||
:name "keyboard/set-key-repeat"
|
||||
:command (string/format "xset r rate %s %s" delay rate)))
|
||||
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
(defun keyboard/swap-caps-lock-and-escape ()
|
||||
"Swaps the caps lock and escape keys using xmodmap."
|
||||
(interactive)
|
||||
;; TODO: Ensure these work once the tokenizing in prelude/start-process works
|
||||
;; TODO: Ensure these work once the tokenizing in prelude-start-process works
|
||||
;; as expected.
|
||||
(start-process "keyboard/swap-caps-lock-and-escape" nil "/usr/bin/xmodmap" "-e"
|
||||
"remove Lock = Caps_Lock")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue