summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-13 23:01:00 +0000
committernoa@gaiwan.org2024-07-13 23:01:00 +0000
commitaafc7eb43560440529be007e6e65081ded3b62b2 (patch)
treecda5922807dc6057794399cf774ef80c8bafcd70
parent26363b5ded9602a4538ff6ad685661e2f31a2113 (diff)
Network management
-rw-r--r--config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org
index ec49182..a9c9dc2 100644
--- a/config.org
+++ b/config.org
@@ -1942,6 +1942,12 @@ At the moment, i am still recording sent mail in the outbox directory of my mail
   (setopt message-interactive t)
 #+end_src
 
+* Network management
+#+begin_src elisp
+  (package-ensure 'enwc)
+  (setopt enwc-default-backend 'nm)
+#+end_src
+
 * 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.