diff options
author | noa | 2025-02-22 03:45:28 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:45:28 +0800 |
commit | 8191746ae3703a4b2956d17f985545c7397262c6 (patch) | |
tree | 1f0aae611edfb5dd33565111c9f4d9d8d4ad52c0 | |
parent | 13ac46f417a64096524a4e40377bb5e40802c772 (diff) |
Remove unnecessary proced configurations
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 0c2c756..b7be3ac 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -466,8 +466,6 @@ :defer t :custom (proced-auto-update-flag t) - (proced-auto-update-interval 1) - (proced-enable-color-flag nil) (proced-show-remote-processes t)) ;;; Completion |