diff options
author | Case Duckworth | 2021-01-18 23:30:48 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-18 23:30:48 -0600 |
commit | 95a8f16383feec645be8ff35ce7b6ea2ae6d7db0 (patch) | |
tree | 41959315dc2e0695ac9399ca6fa867eab997fdba | |
parent | Re-indent (diff) | |
download | emacs-95a8f16383feec645be8ff35ce7b6ea2ae6d7db0.tar.gz emacs-95a8f16383feec645be8ff35ce7b6ea2ae6d7db0.zip |
Add desktop file
-rw-r--r-- | config.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config.org b/config.org index 30a606f..f1ddb6f 100644 --- a/config.org +++ b/config.org | |||
@@ -2369,6 +2369,23 @@ | |||
2369 | "%EMACS%" %* | 2369 | "%EMACS%" %* |
2370 | #+end_src | 2370 | #+end_src |
2371 | 2371 | ||
2372 | *** emacsclient.desktop | ||
2373 | |||
2374 | from [[https://www.taingram.org/blog/emacs-client.html][taingram]]. | ||
2375 | |||
2376 | #+begin_src conf-desktop | ||
2377 | [Desktop Entry] | ||
2378 | Name=Emacs Client | ||
2379 | GenericName=Text Editor | ||
2380 | Comment=Edit text | ||
2381 | MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; | ||
2382 | Exec=emacsclient -c %f | ||
2383 | Icon=emacs | ||
2384 | Type=Application | ||
2385 | Terminal=false | ||
2386 | Categories=Utility;TextEditor; | ||
2387 | #+end_src | ||
2388 | |||
2372 | ** License | 2389 | ** License |
2373 | :PROPERTIES: | 2390 | :PROPERTIES: |
2374 | :header-args: :tangle LICENSE :comments no | 2391 | :header-args: :tangle LICENSE :comments no |