diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 00:05:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 00:06:20 +0300 |
commit | 58ee489097dfebbdf706ba15ca27991be055e9cc (patch) | |
tree | 3654de529bf06bc523548c439b6e02b2d5b826bb /.emacs.d/modules/thanos-chat.el | |
parent | 14631edf758a0180bc12657384e91edb54bde030 (diff) |
emacs: Fix typos and docstrings
Diffstat (limited to '.emacs.d/modules/thanos-chat.el')
-rw-r--r-- | .emacs.d/modules/thanos-chat.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-chat.el b/.emacs.d/modules/thanos-chat.el index ed22e64..e880ee4 100644 --- a/.emacs.d/modules/thanos-chat.el +++ b/.emacs.d/modules/thanos-chat.el @@ -45,8 +45,8 @@ (setf erc-modules '(sasl netsplit fill button match track completion readonly -networks ring autojoin noncommands irccontrols move-to-prompt stamp -menu list)) + networks ring autojoin noncommands irccontrols move-to-prompt stamp + menu list)) (defun erc-libera () "Login to liberachat with erc." |