Fix typo in keyboard configuration
I was missing a trailing comma in my xmodmap call. This rectifies that mistake.
This commit is contained in:
parent
ebe67fc73d
commit
afcd663c7c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
"Swaps the caps lock and escape keys using xmodmap."
|
||||
(interactive)
|
||||
(shell-command "xmodmap -e 'remove Lock = Caps_Lock'")
|
||||
(shell-command "xmodmap -e 'keysym Caps_Lock = Escape"))
|
||||
(shell-command "xmodmap -e 'keysym Caps_Lock = Escape'"))
|
||||
|
||||
(defun keyboard/inc-repeat-rate ()
|
||||
"Increment `keyboard/repeat-rate'."
|
||||
|
|
Loading…
Reference in a new issue