Gravatars now opt-in. Magit README updated.
This commit is contained in:
parent
33cd8e7380
commit
41d5be12a0
2 changed files with 8 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
|
- [[#enable-gravatars][Enable Gravatars]]
|
||||||
- [[#troubleshooting][Troubleshooting]]
|
- [[#troubleshooting][Troubleshooting]]
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
|
@ -53,8 +54,13 @@ Forge will require [[https://magit.vc/manual/forge/Token-Creation.html#Token-Cre
|
||||||
* TODO Features
|
* TODO Features
|
||||||
# An in-depth list of features, how to use them, and their dependencies.
|
# An in-depth list of features, how to use them, and their dependencies.
|
||||||
|
|
||||||
* TODO Configuration
|
* Configuration
|
||||||
# How to configure this module, including common problems and how to address them.
|
Add these to =$DOOMDIR/config.el=.
|
||||||
|
** Enable Gravatars
|
||||||
|
This will enable gravatars when viewing commits. The service used by default is [[https://www.libravatar.org/][Libravatar]].
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq magit-revision-show-gravatars '("^Author: " . "^Commit: "))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* TODO Troubleshooting
|
* TODO Troubleshooting
|
||||||
# Common issues and their solution, or places to look for help.
|
# Common issues and their solution, or places to look for help.
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
transient-history-file (concat doom-etc-dir "transient/history"))
|
transient-history-file (concat doom-etc-dir "transient/history"))
|
||||||
:config
|
:config
|
||||||
(setq transient-default-level 5
|
(setq transient-default-level 5
|
||||||
magit-revision-show-gravatars '("^Author: " . "^Commit: ")
|
|
||||||
magit-diff-refine-hunk t ; show granular diffs in selected hunk
|
magit-diff-refine-hunk t ; show granular diffs in selected hunk
|
||||||
;; Don't autosave repo buffers. This is too magical, and saving can
|
;; Don't autosave repo buffers. This is too magical, and saving can
|
||||||
;; trigger a bunch of unwanted side-effects, like save hooks and
|
;; trigger a bunch of unwanted side-effects, like save hooks and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue