Browse Source

Add emacsclient desktop file

Joshua Bicking 6 years ago
parent
commit
06f794673b
2 changed files with 7 additions and 0 deletions
  1. 1 0
      emacs.d/.gitignore
  2. 6 0
      makedots.sh

+ 1 - 0
emacs.d/.gitignore

@@ -1,4 +1,5 @@
 *
 !.gitignore
 !init.el
+!emacs-client.desktop
 !packages/*

+ 6 - 0
makedots.sh

@@ -63,3 +63,9 @@ then
     rm -i $HOME/.xmobarrc
 fi
 ln -s $DIR/xmonad/xmobarrc $HOME/.xmobarrc
+
+# Emacs desktop file
+if [ -h $HOME/.local/share/applications ]
+then
+    ln -s $DIR/emacs.d/emacs-client.desktop $HOME/.local/share/applications/emacs-client.desktop
+fi