diff options
-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. |