Keybind for connecting in the wifi list
This commit is contained in:
parent
1f9ad98d6a
commit
a75f9188f6
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@
|
|||
|
||||
(use-package nm
|
||||
:straight (nm :type git :host github :repo "theesfeld/nm")
|
||||
:ensure t)
|
||||
:ensure t
|
||||
:config
|
||||
(add-hook 'nm-ui-wifi-list-mode-hook (lambda ()
|
||||
(define-key nm-ui-wifi-list-mode-map (kbd "RET") 'nm-ui-wifi-list-connect))))
|
||||
|
||||
(use-package bluetooth
|
||||
:straight (bluetooth :type git :host github :repo "emacsmirror/bluetooth")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue