mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: emacs - replace company/lsp with lsp-bridge, add fonts
This commit is contained in:
3
Justfile
3
Justfile
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user