diff options
author | Amin Bandali <bandali@gnu.org> | 2021-04-11 11:04:08 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-04-11 11:05:57 -0400 |
commit | ccb32b49c84c49070c5a5c5764a5b26d305e2584 (patch) | |
tree | 4a7f3564c80f629e84137c0d9bd664814846f8a8 /.emacs.d/init.el | |
parent | 5b853dffbfdeb2a7b462e7872e3cfc1787896ee6 (diff) | |
download | configs-ccb32b49c84c49070c5a5c5764a5b26d305e2584.tar.gz configs-ccb32b49c84c49070c5a5c5764a5b26d305e2584.tar.xz configs-ccb32b49c84c49070c5a5c5764a5b26d305e2584.zip |
Update ERC setup
I'm not using ZNC anymore. Also, use client certificates for
authentication with the networks.
Also bump copyright years.
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 79be3bb..0d46aa4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,6 +1,6 @@ ;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*- -;; Copyright (C) 2018-2020 Amin Bandali <bandali@gnu.org> +;; Copyright (C) 2018-2021 Amin Bandali <bandali@gnu.org> ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |