Skip to content

xyztony/zk-eglot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

zk-eglot

This package provides Eglot integration for the zk note-taking tool. All functionality is provided by the zk LSP.

Install

(use-package zk-eglot
  :vc (:url "https://github.com/xyztony/zk-eglot" :rev :newest)
  :hook (markdown-mode . zk-mode-maybe-enable)
  :bind (:map zk-mode-map
         ("C-c z i" . zk-index)
         ("C-c z n" . zk-new)
         ("C-c z l" . zk-list)
         ("C-c z r" . zk-list-recent)
         ("C-c z k" . zk-link)))

About

zk eglot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors