diff --git a/init.d/programming/git.el b/init.d/programming/git.el index 3f4b322..d594c72 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -1,6 +1,6 @@ ;;; git.el --- magit and stuff. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-03-27T17:09:45+0100> +;; Time-stamp: <2020-04-10T14:06:06+0200> ;;; Commentary: @@ -53,7 +53,7 @@ (use-package magit-todos :after magit - :config + :init ;; Mark variables as safe. This prevents prompts when using .dir-locals.el. (put 'magit-todos-depth 'safe-local-variable #'integerp)