Skip to content

slevin/company-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

company-d

Emacs Company mode backend for D Lang.

This is mad alpha. But happy to take pull requests if you want to contribute to improving it.

I have this in my init.d to set it up

(load "~/path/to/company-d.el")

(add-hook 'd-mode-hook (lambda ()
                         (set (make-local-variable 'company-backends) '(company-d))))

About

Company mode backend for D Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published