mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
20 lines
518 B
Org Mode
20 lines
518 B
Org Mode
|
:PROPERTIES:
|
||
|
:ID: a56794cf-b8f9-4537-a390-bd7ee6bb35ae
|
||
|
:END:
|
||
|
#+title: Vulpea
|
||
|
#+filetags: emacs-load
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
||
|
#
|
||
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
#+BEGIN_QUOTE
|
||
|
A collection of functions for note taking based on org and org-roam. This repository primary goal is to be a tested library for other applications and utilities around note taking.
|
||
|
#+END_QUOTE
|
||
|
|
||
|
#+BEGIN_SRC emacs-lisp :results none
|
||
|
(use-package vulpea
|
||
|
:straight t)
|
||
|
#+END_SRC
|
||
|
|