From 74ecc98e528eac979e0820c9fa48955a186c0cc1 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 18:04:18 +0200 Subject: up --- .local/bin/startemacs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 .local/bin/startemacs (limited to '.local/bin/startemacs') 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 -- cgit v1.2.3