aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-02-03 14:51:14 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-02-03 14:51:14 +0100
commite40e8f199447bc8f121ad128ecd50017a595659f (patch)
treee1c197e494d7ac5a7a75df92534435f7e8dd1e9d /docs
parent8e56f24f189fc13db4105e179a2477f8e6d49f5c (diff)
Drop dependency on Dash
Diffstat (limited to 'docs')
-rw-r--r--docs/magit.org6
-rw-r--r--docs/magit.texi6
2 files changed, 4 insertions, 8 deletions
diff --git a/docs/magit.org b/docs/magit.org
index dd77eaa..6d5918e 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -153,7 +153,7 @@ Now see [[*Post-Installation Tasks]].
** Installing from the Git Repository
-Magit depends on the ~compat~, ~dash~, ~llama~, ~seq~ (the built-in version is
+Magit depends on the ~compat~, ~llama~, ~seq~ (the built-in version is
enough when using Emacs >= 29.1), ~transient~ and ~with-editor~ libraries
which are available from Melpa and Melpa-Stable. Install them using
~M-x package-install RET <package> RET~. Of course you may also install
@@ -172,7 +172,7 @@ Then compile the libraries and generate the info manuals:
$ make
#+end_src
-If you haven't installed ~compat~, ~dash~, ~llama~, ~seq~ (for Emacs < 29.1),
+If you haven't installed ~compat~, ~llama~, ~seq~ (for Emacs < 29.1),
~transient~ and ~with-editor~ from Melpa, or at
~/path/to/magit/../<package>~, then you have to tell ~make~ where to
find them. To do so create the file ~/path/to/magit/config.mk~
@@ -181,7 +181,6 @@ with the following content before running ~make~:
#+begin_src makefile
LOAD_PATH = -L ~/.emacs.d/site-lisp/magit/lisp
LOAD_PATH += -L ~/.emacs.d/site-lisp/compat
- LOAD_PATH += -L ~/.emacs.d/site-lisp/dash
LOAD_PATH += -L ~/.emacs.d/site-lisp/llama
LOAD_PATH += -L ~/.emacs.d/site-lisp/seq
LOAD_PATH += -L ~/.emacs.d/site-lisp/transient/lisp
@@ -204,7 +203,6 @@ you have to tell Emacs about them too, by prefixing the above with:
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/compat")
- (add-to-list 'load-path "~/.emacs.d/site-lisp/dash")
(add-to-list 'load-path "~/.emacs.d/site-lisp/llama")
(add-to-list 'load-path "~/.emacs.d/site-lisp/seq")
(add-to-list 'load-path "~/.emacs.d/site-lisp/transient/lisp")
diff --git a/docs/magit.texi b/docs/magit.texi
index 7ad9e26..ce18125 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -305,7 +305,7 @@ Now see @ref{Post-Installation Tasks}.
@node Installing from the Git Repository
@section Installing from the Git Repository
-Magit depends on the @code{compat}, @code{dash}, @code{llama}, @code{seq} (the built-in version is
+Magit depends on the @code{compat}, @code{llama}, @code{seq} (the built-in version is
enough when using Emacs >= 29.1), @code{transient} and @code{with-editor} libraries
which are available from Melpa and Melpa-Stable. Install them using
@code{M-x package-install RET <package> RET}. Of course you may also install
@@ -324,7 +324,7 @@ Then compile the libraries and generate the info manuals:
$ make
@end example
-If you haven't installed @code{compat}, @code{dash}, @code{llama}, @code{seq} (for Emacs < 29.1),
+If you haven't installed @code{compat}, @code{llama}, @code{seq} (for Emacs < 29.1),
@code{transient} and @code{with-editor} from Melpa, or at
@code{/path/to/magit/../<package>}, then you have to tell @code{make} where to
find them. To do so create the file @code{/path/to/magit/config.mk}
@@ -333,7 +333,6 @@ with the following content before running @code{make}:
@example
LOAD_PATH = -L ~/.emacs.d/site-lisp/magit/lisp
LOAD_PATH += -L ~/.emacs.d/site-lisp/compat
-LOAD_PATH += -L ~/.emacs.d/site-lisp/dash
LOAD_PATH += -L ~/.emacs.d/site-lisp/llama
LOAD_PATH += -L ~/.emacs.d/site-lisp/seq
LOAD_PATH += -L ~/.emacs.d/site-lisp/transient/lisp
@@ -356,7 +355,6 @@ you have to tell Emacs about them too, by prefixing the above with:
@lisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/compat")
-(add-to-list 'load-path "~/.emacs.d/site-lisp/dash")
(add-to-list 'load-path "~/.emacs.d/site-lisp/llama")
(add-to-list 'load-path "~/.emacs.d/site-lisp/seq")
(add-to-list 'load-path "~/.emacs.d/site-lisp/transient/lisp")