mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-12 01:42:02 +01:00
bbaae4362b
Signed-off-by: Magic_RB <magic_rb@redalder.org>
15 lines
402 B
Org Mode
15 lines
402 B
Org Mode
:PROPERTIES:
|
|
:ID: a56794cf-b8f9-4537-a390-bd7ee6bb35ae
|
|
:END:
|
|
#+title: Vulpea
|
|
#+filetags: emacs-load
|
|
|
|
#+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
|
|
|