Skip to content

Instantly share code, notes, and snippets.

@mlabbe
Created March 11, 2018 21:01
Show Gist options
  • Select an option

  • Save mlabbe/5a302600f025ff95fc6e7c04c0def7a3 to your computer and use it in GitHub Desktop.

Select an option

Save mlabbe/5a302600f025ff95fc6e7c04c0def7a3 to your computer and use it in GitHub Desktop.
emacsclient icon for Linux Mint Mate Desktop
[Desktop Entry]
encoding=utf-8
Exec=/usr/local/bin/emacsclient -c
Icon=/usr/share/app-install/icons/_usr_share_emacs_21.4_etc_gnu-32x32.xpm
Type=Application
Terminal=false
Comment=Emacs Client
Name=Emacs Client
GenericName=emacsclient
StartupNotify=false
Categories=Development;IDE
@mlabbe

mlabbe commented Mar 11, 2018

Copy link
Copy Markdown
Author

Notes:

  1. Your emacsclient may not be in /usr/loca/bin -- I compile my own emacs binaries
  2. I use a different Icon than the Emacs one because it's useful to launch both emacs and emacsclient separately

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