mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
6 lines
249 B
Bash
Executable file
6 lines
249 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../../Desktop.org::*pomm][pomm:1]]
|
|
if ps -e | grep emacs >> /dev/null; then
|
|
emacsclient --eval "(if (boundp 'pomm-current-mode-line-string) pomm-current-mode-line-string \"\") " | xargs echo -e
|
|
fi
|
|
# pomm:1 ends here
|