Skip to content

KarimAziev/org-extra-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org-extra-complete

Completion with annotations for org-mode.

Installation

Manually

Download repository and it to your load path in your init file:

(add-to-list 'load-path "/path/to/org-extra-complete/")

(require 'org-extra-complete)

With use-package and straight

(use-package org-extra-complete
  :straight (:repo "KarimAziev/org-extra-complete" :type git :host github)
  :commands (org-extra-complete org-extra-complete-src-headers-args))

Commands

  • org-extra-complete

Main command. Complete org keywords and values.

  • org-extra-complete-src-headers-args

Complete a header argument selecting from lists of common args and values.

About

Annotated completions for org-mode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published