feat(syncthing): Add syncthing package with custom faces

This commit is contained in:
User
2026-06-24 08:39:00 +08:00
parent 402a33d25e
commit 7248e882ab
4 changed files with 28 additions and 2 deletions

View File

@@ -183,6 +183,11 @@
'proced-format-alist
'(custom user pid ppid sess tree pcpu pmem rss start time state (args comm))))
;; syncthing
(use-package syncthing
:hook
(syncthing-mode . disable-truncate-lines))
(provide 'init-package)
;;; init-package.el ends here