mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
minor docs
This commit is contained in:
@ -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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user