diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index 5ffc79b..ce3075c 100644 --- a/init.el +++ b/init.el | |||
@@ -293,7 +293,11 @@ | |||
293 | 293 | ||
294 | (:hook erc-autoaway-mode | 294 | (:hook erc-autoaway-mode |
295 | erc-track-mode | 295 | erc-track-mode |
296 | erc-truncate-mode)) | 296 | erc-truncate-mode) |
297 | |||
298 | (setup (:straight erc-hl-nicks) | ||
299 | (with-eval-after-load 'erc | ||
300 | (require 'erc-hl-nicks)))) | ||
297 | 301 | ||
298 | (setup eshell | 302 | (setup eshell |
299 | (:option eshell-directory-name (acdw/dir "eshell/" t) | 303 | (:option eshell-directory-name (acdw/dir "eshell/" t) |