docs(default,mu4e,latex): fix repetition of the in docs

This commit is contained in:
cuithon 2024-03-13 08:16:29 +08:00 committed by GitHub
parent a0344ffc3a
commit f838c1790d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ generate `completing-read' candidates."
;;;###autoload ;;;###autoload
(defun +default/diagnostics (&rest arg) (defun +default/diagnostics (&rest arg)
"List diagnostics for the current buffer/project. "List diagnostics for the current buffer/project.
If the the vertico and lsp modules are active, list lsp diagnostics for the If the vertico and lsp modules are active, list lsp diagnostics for the
current project. Otherwise list them for the current buffer" current project. Otherwise list them for the current buffer"
(interactive) (interactive)
(cond ((and (modulep! :completion vertico) (cond ((and (modulep! :completion vertico)

View file

@ -280,7 +280,7 @@ mail retrieval/indexing, change the value of ~mu4e-update-interval~:
You will get =No such file or directory, mu4e= errors if you don't run ~$ doom You will get =No such file or directory, mu4e= errors if you don't run ~$ doom
sync~ after installing =mu= through your package manager. sync~ after installing =mu= through your package manager.
Some times the the ~mu~ package does not include ~mu4e~ (*cough Ubuntu*). if Some times the ~mu~ package does not include ~mu4e~ (*cough Ubuntu*). if
that's the case you will need to [[https://github.com/djcb/mu][install]] it and add it to your ~load-path~ you that's the case you will need to [[https://github.com/djcb/mu][install]] it and add it to your ~load-path~ you
can do that by: can do that by:
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -4,7 +4,7 @@
(defun +latex-indent-item-fn () (defun +latex-indent-item-fn ()
"Indent LaTeX \"itemize\",\"enumerate\", and \"description\" environments. "Indent LaTeX \"itemize\",\"enumerate\", and \"description\" environments.
\"\\item\" is indented `LaTeX-indent-level' spaces relative to the the beginning \"\\item\" is indented `LaTeX-indent-level' spaces relative to the beginning
of the environment. of the environment.
See `LaTeX-indent-level-item-continuation' for the indentation strategy this See `LaTeX-indent-level-item-continuation' for the indentation strategy this