Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Add roam-link company completion #15

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 10, 2020

  1. Add roam-link company completion

    - Add conditional to company-org-roam--get-candidates to check if
      completion is for a roam-link or not.
      If completion is for a roam-link, include in-buffer candidates for
      TITLEs that are not part of the org-roam database yet
    - Add conditional to company-org-roam--post-completion to check if
      completion is for a roam-link or not.
      If completion is for a roam-link either insert plain
      TITLE (completion inside [[roam:]] syntax) or insert complete roam
      link (org-roam-use-roam-links is t)
    alan-carroll committed May 10, 2020
    Configuration menu
    Copy the full SHA
    007afb8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Appease the linter

    alan-carroll committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9a88009 View commit details
    Browse the repository at this point in the history
  2. Add declare-function

    alan-carroll committed May 11, 2020
    Configuration menu
    Copy the full SHA
    7a9347d View commit details
    Browse the repository at this point in the history
  3. Swap conditional clauses

    Co-authored-by: Jethro Kuan <[email protected]>
    alan-carroll and jethrokuan committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e206349 View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    alan-carroll committed May 11, 2020
    Configuration menu
    Copy the full SHA
    f2baf74 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    6d0a1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4907352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707ff13 View commit details
    Browse the repository at this point in the history