aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
commitbc8e92970a1fc855944859ffde762c0782ca4b9e (patch)
tree007a6a203e54b81b5e8d8bebc30e9b378df6ded5 /.emacs.d
parent30fa8040d265f6d44b2f87efe873e9e713ce5b05 (diff)
downloaddotfiles-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')
-rw-r--r--.emacs.d/dependencies.sh2
-rw-r--r--.emacs.d/early-init.el2
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.emacs.d/init.org4
-rw-r--r--.emacs.d/lisp/g.el2
-rw-r--r--.emacs.d/org-templates/README.org2
-rwxr-xr-x.emacs.d/pre-push2
7 files changed, 8 insertions, 8 deletions
diff --git a/.emacs.d/dependencies.sh b/.emacs.d/dependencies.sh
index e79a3ec..528f1c7 100644
--- a/.emacs.d/dependencies.sh
+++ b/.emacs.d/dependencies.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-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
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
index fab5b38..1034157 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -1,6 +1,6 @@
;;; early-init.el --- early initialization -*- lexical-binding: t; -*-
;;
-;; Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index db518d0..a753c69 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,6 +1,6 @@
;;; 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
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
diff --git a/.emacs.d/lisp/g.el b/.emacs.d/lisp/g.el
index c765b4e..5c1dba1 100644
--- a/.emacs.d/lisp/g.el
+++ b/.emacs.d/lisp/g.el
@@ -1,6 +1,6 @@
;;; g.el --- Adding shortcuts -*- 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
diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org
index 7aa56e5..c378b2c 100644
--- a/.emacs.d/org-templates/README.org
+++ b/.emacs.d/org-templates/README.org
@@ -5,7 +5,7 @@ Helper files that are included in some way or another into my =org= file.
* License
#+BEGIN_SRC text
-Copyright (C) 2019-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2019-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
diff --git a/.emacs.d/pre-push b/.emacs.d/pre-push
index f3f4e56..64458b7 100755
--- a/.emacs.d/pre-push
+++ b/.emacs.d/pre-push
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2017-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2017-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