diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-vc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el index e4b273e..11e3143 100644 --- a/lisp/ravi-init-vc.el +++ b/lisp/ravi-init-vc.el @@ -28,6 +28,9 @@ (use-package magit :bind (("<M-f3>" . magit-status) ("C-x v F" . magit-file-log)) + :init + (progn + (setq magit-last-seen-setup-instructions "1.4.0")) :config (progn (setq-default |
