Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "cannot open load file: Not a directory, font-lock+" #7

Open
thomas-louvigne opened this issue Jun 12, 2018 · 2 comments
Open

Comments

@thomas-louvigne
Copy link

thomas-louvigne commented Jun 12, 2018

Hello,
i got this error when i try to install sidebar :-(
(dash, dash-functional, s and ov are installed)

font-lock+ is needed by icon-in-terminal.el

We can find it there : https://www.emacswiki.org/emacs/download/font-lock%2b.el
But not in melpa :-(

@samangh
Copy link
Contributor

samangh commented Jul 28, 2018

I had the same problem. You can either:

  • downlod the .el , include it in your path and then require the package;
  • or use Quelpa as shown below
(use-package quelpa
 :defer nil
 :config
 (quelpa
  '(quelpa-use-package
    :fetcher git
    :url "https://framagit.org/steckerhalter/quelpa-use-package.git"))
 (require 'quelpa-use-package))

 (use-package font-lock+
   :requires (quelpa quelpa-use-package)
   :quelpa
   (font-lock+  :repo "emacsmirror/font-lock-plus"   :fetcher github))

@thomas-louvigne
Copy link
Author

thomas-louvigne commented Jul 30, 2018

Yea, i know how to use font-lock+, but it will be easier if it was on melpa.
I have started to fork it to include it on melpa. I should now upload it... https://gitlab.com/thomasluquet/font-lock-plus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants