File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 43
43
- [[#bugfix][Bugfix]]
44
44
- [[#magit][Magit]]
45
45
- [[#gitlab-ci-skip-flag][Gitlab CI skip flag]]
46
- - [[#magit-delta][magit-delta]]
47
46
- [[#email][Email]]
48
47
- [[#account-configuration][Account configuration]]
49
48
- [[#sending-mail][Sending mail]]
@@ -538,13 +537,6 @@ not ready yet.
538
537
539
538
GitLab push options are documented [[https://docs.gitlab.com/ee/user/project/push_options.html][here]].
540
539
541
- ** magit-delta
542
-
543
- #+begin_src emacs-lisp
544
- (use-package! magit-delta
545
- :hook (magit-mode . magit-delta-mode))
546
- #+end_src
547
-
548
540
* Email
549
541
550
542
#+begin_src emacs-lisp :noweb no-export
Original file line number Diff line number Diff line change 52
52
; ; C/C++ mode adds this, and I don't really need it
53
53
(package! irony :disable t )
54
54
55
- (package! magit-delta
56
- :recipe (:host github :repo " dandavison/magit-delta" )
57
- :pin " 5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616" )
58
-
59
55
(package! org-roam-ui
60
56
:recipe (:host github :repo " org-roam/org-roam-ui" )
61
57
:pin " 9474a254390b1e42488a1801fed5826b32a8030b" )
You can’t perform that action at this time.
0 commit comments