diff options
| author | tslil clingman <> | 2020-04-10 11:06:16 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-10 11:06:16 -0700 |
| commit | 9f16845044caa0a11f8de97b797bcd753578916f (patch) | |
| tree | c9d2ed4b8ea8215d4a32dd00060bb3d439e17e84 /emacs/inits/30-irc.el | |
| parent | ac428fe37c63732f3de8be47185a295f0ffa83a9 (diff) | |
Updated bash config, emacs tweaks
Diffstat (limited to 'emacs/inits/30-irc.el')
| -rw-r--r-- | emacs/inits/30-irc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/30-irc.el b/emacs/inits/30-irc.el index 0bb43ab..e0262ee 100644 --- a/emacs/inits/30-irc.el +++ b/emacs/inits/30-irc.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-03-17 16:18:09 (tslil@bison)> +;; Time-stamp: <2020-04-10 10:57:41 (tslil@bison)> (use-package rcirc :ensure t @@ -34,7 +34,7 @@ rcirc-default-nick "maximum_yellow" rcirc-default-user-name "maximum_yellow" rcirc-time-format "%Y-%m-%d %H:%M " - rcirc-log-directory "~/irc/" + rcirc-log-directory "~/logs/irc/" rcirc-fill-column 80 rcirc-log-flag t rcirc-server-alist nil |
