diff options
author | noa@gaiwan.org | 2024-07-13 23:01:00 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-13 23:01:00 +0000 |
commit | aafc7eb43560440529be007e6e65081ded3b62b2 (patch) | |
tree | cda5922807dc6057794399cf774ef80c8bafcd70 /config.org | |
parent | 26363b5ded9602a4538ff6ad685661e2f31a2113 (diff) |
Network management
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
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. |