Skip to content

Instantly share code, notes, and snippets.

@donlindsay
Created October 30, 2014 00:06
Show Gist options
  • Save donlindsay/71971a37a30c51b77fa0 to your computer and use it in GitHub Desktop.
Save donlindsay/71971a37a30c51b77fa0 to your computer and use it in GitHub Desktop.
(defun wifi-up (wifi-connection)
"Thisandthat.
Argument WIFI-CONNECTION Custom variable."
(interactive)
(let (wifi-connection)
(shell-command (concat ("nmcli con up id ") wifi-connection)))
(message "wifi up"))
@donlindsay
Copy link
Author

why is there a missing arg?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment