minor docs

This commit is contained in:
Jethro Kuan
2021-04-14 02:34:34 +08:00
parent 1773978dc3
commit 517f18afb4
3 changed files with 12 additions and 2 deletions

View File

@ -29,6 +29,7 @@
;; ;;
;; This library provides capture functionality for org-roam ;; This library provides capture functionality for org-roam
;;; Code: ;;; Code:
;;;
;;;; Library Requires ;;;; Library Requires
(require 'org-capture) (require 'org-capture)
(eval-when-compile (eval-when-compile

View File

@ -27,7 +27,16 @@
;;; Commentary: ;;; Commentary:
;; ;;
;; This library provides completion-at-point for org-roam. ;; This library provides completion-at-point functions for Org-roam.
;;
;; The two main functions provided to capf are:
;;
;; `org-roam-complete-link-at-point' provides completions to nodes
;; within link brackets
;;
;; `org-roam-complete-everywhere' provides completions for nodes everywhere,
;; matching the symbol at point
;;
;;; Code: ;;; Code:
(require 'cl-lib) (require 'cl-lib)

View File

@ -27,7 +27,7 @@
;;; Commentary: ;;; Commentary:
;; ;;
;; This library is provides the underlying database api to org-roam ;; This library provides the underlying database api to org-roam.
;; ;;
;;; Code: ;;; Code:
;;;; Library Requires ;;;; Library Requires