diff options
| -rw-r--r-- | .doom.d/init.el | 2 | ||||
| -rwxr-xr-x | bin/license | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 2696bc6..9f31cc0 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -17,7 +17,7 @@ doom ; what makes DOOM look the way it does ;;doom-dashboard ; a nifty splash screen for Emacs ;;doom-quit ; DOOM quit-message prompts when you quit Emacs - (emoji +unicode) ; 🙂 + ;;(emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns diff --git a/bin/license b/bin/license index 4478039..606d03d 100755 --- a/bin/license +++ b/bin/license @@ -65,7 +65,7 @@ my $name = 'Miquel'; # The current year. I previously thought to be clever and set it to `date +%Y`, # but then I decided that I didn't want to be clever here to avoid problems and # be more flexible. -my $current_year = '2021'; +my $current_year = '2022'; # The command that feeds this command if no command line argument was given. my $default_cmd = "git grep -l 'Copyright' | xargs"; |
