mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
a5a651dbb9
Signed-off-by: main <magic_rb@redalder.org>
17 lines
384 B
Org Mode
17 lines
384 B
Org Mode
:PROPERTIES:
|
|
:ID: aa25248c-197c-4bf5-8fc1-aea93008e194
|
|
:END:
|
|
#+title: Magit
|
|
#+filetags: emacs-load
|
|
|
|
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
~magit~ is literally the best package right after OrgMode of course. Therefore enable it.
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
(use-package magit
|
|
:straight t)
|
|
#+END_SRC
|