Tom Willemse
9e30a9cd87
- desktop-registry.el (desktop-registry-add-directory): Add an optional NAME parameter which will be asked for (in an interactive context) when the universal argument is used. Print a message if the specified directory has already been registered, signal an error when the (given or generated) name has already been used and only add the directory if neither of these conditions occur. (desktop-registry-add-current-desktop): Add optional NAME parameter which will be asked for (in an interactive context) when the universal argument is used and pass it on to `desktop-registry-add-directory'.
21 lines
737 B
Text
21 lines
737 B
Text
# -*- mode: org; -*-
|
|
#+STARTUP: showall
|
|
|
|
* Development
|
|
|
|
- Add =desktop-registry-remove-desktop= command to remove desktops you
|
|
no longer (want to) use.
|
|
|
|
- Add =desktop-registry-current-desktop= function to get the name of
|
|
the currently loaded desktop.
|
|
|
|
- Add =desktop-registry-rename-desktop= command to rename a desktop.
|
|
|
|
- Specify prompts for each action that wants a desktop selected.
|
|
|
|
- Allow specifying of desktop name by using the universal argument.
|
|
|
|
- Signal an error when the name for a desktop (either specified or
|
|
generated) already exists in the registry and show a message when
|
|
the specified directory has already been registered. Only add the
|
|
directory if neither of these conditions occur.
|