mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
16 lines
402 B
Org Mode
16 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
|
||
|
|