diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-22 11:21:52 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-22 11:21:52 +0100 |
| commit | bc8e92970a1fc855944859ffde762c0782ca4b9e (patch) | |
| tree | 007a6a203e54b81b5e8d8bebc30e9b378df6ded5 /.emacs.d/init.org | |
| parent | 30fa8040d265f6d44b2f87efe873e9e713ce5b05 (diff) | |
| download | dotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.tar.gz dotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.zip | |
It's been 2021 for quite a while now
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 687ba28..cd64d61 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -41,7 +41,7 @@ From now on our code will be tangled, meaning that it will go into the final =in #+BEGIN_SRC elisp ;;; init.el --- init file -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com> +;; Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com> ;; ;; Author: Miquel Sabaté Solà <mikisabate@gmail.com> ;; Version: 0.1 @@ -2332,7 +2332,7 @@ I've built this file by simply scavenging from other people's emacs.d/dotfiles r * License #+BEGIN_SRC text :tangle no - Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com> 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 |
