- Delete deprecated system/ configuration files - Update projects/dotemacs/modules/ with reorganized config - Add .opencode/ directory for agent state - Clean up attachments and unused documentation files
14 lines
323 B
Bash
14 lines
323 B
Bash
[Desktop Entry]
|
|
Name=org-protocol
|
|
Comment=Intercept calls from emacsclient to trigger custom actions
|
|
Categories=Other;
|
|
Keywords=org-protocol;
|
|
Icon=emacs
|
|
Type=Application
|
|
Exec=emacsclient -- %u
|
|
Terminal=false
|
|
StartupWMClass=Emacs
|
|
MimeType=x-scheme-handler/org-protocol;
|
|
|
|
update-desktop-database ~/.local/share/applications/
|