feat: emacs - replace company/lsp with lsp-bridge, add fonts

This commit is contained in:
Ryan Yin
2024-01-05 20:41:53 +08:00
parent d5ef998239
commit 292809783d
9 changed files with 80 additions and 35 deletions

View File

@@ -172,6 +172,8 @@ reload-emacs-cmd := if os() == "macos" {
"launchctl unload " + emacs-plist-path
+ "\n"
+ "launchctl load " + emacs-plist-path
+ "\n"
+ "tail -f ~/Library/Logs/emacs-daemon.stderr.log"
} else {
"systemctl --user restart emacs.service"
+ "\n"
@@ -186,7 +188,6 @@ test-emacs:
doom clean
doom sync
{{reload-emacs-cmd}}
tail -f $"($env.HOME)//Library/Logs/emacs-daemon.stderr.log"
reload-emacs:
{{reload-emacs-cmd}}