aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 40a513a..6955fcf 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -910,7 +910,7 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'dired (load "oni-dired-init"))
#+END_SRC
- - [[file:init/magit-init.org][Magit]] :: The Emacs git interface. By now I think I may know magit
+ - [[file:init/oni-magit-init.org][Magit]] :: The Emacs git interface. By now I think I may know magit
better than the git cli.
#+BEGIN_SRC emacs-lisp