aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-09 14:58:46 +0100
committerGravatar Tom Willemse2016-11-09 14:58:46 +0100
commit7f1573b91ab772f9d08880759860093286de8747 (patch)
tree9b26f5c6077d47b8527379ec9a46ebaa139dc156 /emacs/.emacs.d
parent43f711756713f8d29cf4f4673a115e8f75dd880b (diff)
downloadnew-dotfiles-7f1573b91ab772f9d08880759860093286de8747.tar.gz
new-dotfiles-7f1573b91ab772f9d08880759860093286de8747.zip
Fix link
Diffstat (limited to 'emacs/.emacs.d')
-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