feat: remove emacs

This commit is contained in:
Ryan Yin
2025-04-19 21:56:26 +08:00
parent aaf499a52c
commit 49ed072d25
16 changed files with 3 additions and 899 deletions

View File

@@ -317,39 +317,6 @@ k3s-prod:
k3s-test:
colmena apply --on '@k3s-test-*' --verbose --show-trace
# =================================================
# Emacs related commands
# =================================================
[group('emacs')]
emacs-test:
doom clean
doom sync
[group('emacs')]
emacs-purge:
doom purge
doom clean
doom sync
[linux]
[group('emacs')]
emacs-reload:
doom sync
systemctl --user restart emacs.service
systemctl --user status emacs.service
emacs-plist-path := "~/Library/LaunchAgents/org.nix-community.home.emacs.plist"
[macos]
[group('emacs')]
emacs-reload:
doom sync
launchctl unload {{emacs-plist-path}}
launchctl load {{emacs-plist-path}}
tail -f ~/Library/Logs/emacs-daemon.stderr.log
# =================================================
#
# Other useful commands