Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Emacs interface for sdcv

installation

manually

First clone this repo to somewhere.

cd ~/.emacs.d/lib
git clone https://github.com/maxc01/sdcv

Then add to load-path in your ==init.el=

(use-package sdcv
  :load-path "lib/sdcv"
  :bind ("M-s d" . sdcv-at-point))

use straight.el

(use-package sdcv
  :straight (:host github :repo "maxc01/sdcv")
  :bind ("M-s d" . sdcv-at-point))

About

Emacs interface for sdcv

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages