diff options
author | JSDurand <mmemmew@gmail.com> | 2021-05-20 11:41:32 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-05-20 11:41:32 +0800 |
commit | 4ad81530200d2a82f29ca265c0cccb45b769a498 (patch) | |
tree | 280c592705d28db9b9112f3d4e289363106a798c /desktop-conf.el | |
parent | c1862c35c090d328ed107dfbf7b7fcf42ec6f492 (diff) |
Refactor wifi and bluetooth settings to a separate file
* view-conf.el (durand-wifi-on-p):
(durand-bluetooth-on-p):
(durand-wifi-filter):
(durand-bluetooth-filter):
(durand-wifi-or-bluetooth):
(global-map): These are moved to wifi-bluetooth-conf.el now.
* wifi-bluetooth-conf.el (durand-wifi-on-p):
(durand-bluetooth-on-p):
(durand-wifi-filter):
(durand-bluetooth-filter):
(durand-wifi-toggle):
(durand-bluetooth-toggle): These are old functions.
(durand-wifi-executable): The name of an executable to manage wifis.
(durand-wifi-bluetooth-buffer): A shared buffer for wifi-related
commands.
(durand-wifi-list-ports): List all available WIFI ports or the
currently connected one, if the optional argument is non-nil.
(durand-wifi-join-port): Join a port. This is still buggy.
(durand-wifi-list-sentinel): The sentinel for the list-port function.
(durand-wifi-join-filter): The filter to inform the user of the output
of the command. This is important since currently the command will
only error out for some reason.
(global-map): Bind the functions to appropriate key sequences.
Diffstat (limited to 'desktop-conf.el')
0 files changed, 0 insertions, 0 deletions