mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
640de3fb86
This reverts commit b673fb12c1
.
15 lines
300 B
Org Mode
15 lines
300 B
Org Mode
:PROPERTIES:
|
|
:ID: 3709b269-1b66-44c9-b282-c97f48716c52
|
|
:END:
|
|
#+title: Racket
|
|
#+filetags: emacs-load
|
|
|
|
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
(use-package racket-mode
|
|
:straight t)
|
|
#+END_SRC
|