diff options
author | Leonardo Santiago <[email protected]> | 2024-10-28 08:05:42 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-28 08:05:42 -0300 |
commit | 4842e81317e9815540d559d689be51d13191e1e4 (patch) | |
tree | d1b97123d3aaea731544e238d89af3e1ccfe9d29 /modules/emacs/README.org | |
parent | fbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 (diff) |
change files to web-services in order to share some code.
Diffstat (limited to 'modules/emacs/README.org')
-rw-r--r-- | modules/emacs/README.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 29b44b6..3ed48b3 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -108,6 +108,8 @@ Configurations for magit #+begin_src emacs-lisp :tangle yes (use-package magit :custom (magit-process-finish-apply-ansi-colors t)) +(use-package magit-delta + :hook (magit-mode . magit-delta-mode)) #+end_src *** Forge |