Skip to content

TakesxiSximada/cubelpa-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Cubelpa Repository

Enable installation of packages from Cubelpa by adding an entry to package-archives after (require ‘package) and before the call to package-initialize in your init.el or .emacs file:

(require 'package)
(add-to-list 'package-archives '("cubelpa" . "https://sximada.github.io/cubelpa-repo/packages/") t)
(package-initialize)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published