diff options
author | Case Duckworth | 2021-05-28 22:42:48 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-28 22:42:48 -0500 |
commit | a108cfa9cc177000cf554b9d3b09365bc057266c (patch) | |
tree | b72c4d95b6a4795aebdaee96041d9966b8812eea | |
parent | Add (setup... forms to imenu in elisp (diff) | |
download | emacs-a108cfa9cc177000cf554b9d3b09365bc057266c.tar.gz emacs-a108cfa9cc177000cf554b9d3b09365bc057266c.zip |
Remove comment
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 11b84b0..5ffc79b 100644 --- a/init.el +++ b/init.el | |||
@@ -249,7 +249,6 @@ | |||
249 | (_ (set-selection-coding-system 'utf-8) | 249 | (_ (set-selection-coding-system 'utf-8) |
250 | (set-clipboard-coding-system 'utf-8)))) | 250 | (set-clipboard-coding-system 'utf-8)))) |
251 | 251 | ||
252 | ;; I don't really use ERC that much, but if/when I start ... I'll be ready. | ||
253 | (setup erc | 252 | (setup erc |
254 | (:require acdw-erc) | 253 | (:require acdw-erc) |
255 | (:also-load erc-autoaway | 254 | (:also-load erc-autoaway |