diff options
author | noa | 2024-09-17 09:54:55 +0800 |
---|---|---|
committer | noa | 2024-09-17 09:54:55 +0800 |
commit | 77a2e9ff1bfbd4ccb1c65925ca1809cc7bec6c09 (patch) | |
tree | c5d0bfd1c6a8cc2cfe0c4888d6e3d9d7d4700538 | |
parent | 76b7c4efe52bb32d049c5b834e5b6004781e088d (diff) |
Remove unused network management config
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index 4eea93d..098ded9 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1332,10 +1332,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (setenv "NO_COLOR") (setenv "GPG_AGENT_INFO" nil) -;; Network management -;; (package-ensure 'enwc) -;; (setopt enwc-default-backend 'nm) - ;; Dictionary ;; Emacs has built in support for interfacing with dictd. With dictd and some dictionaries installed on debian, this works fine out of the box. |