summaryrefslogtreecommitdiffstats
path: root/.local/bin/startemacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/startemacs7
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/startemacs b/.local/bin/startemacs
deleted file mode 100755
index d0034d6..0000000
--- a/.local/bin/startemacs
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-
-if ! pgrep emacs >/dev/null; then
- emacs --daemon >/dev/null 2>&1
- exec notify-send -u low -t 2000 'emacs' ' Emacs daemonized'
-fi