diff options
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 |
