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

Unclear installation instructions #198

Open
anderso opened this issue Mar 9, 2017 · 3 comments
Open

Unclear installation instructions #198

anderso opened this issue Mar 9, 2017 · 3 comments

Comments

@anderso
Copy link

anderso commented Mar 9, 2017

The first step of the installation instructions is this:

Add the emacs-color-theme-solarized directory to your Emacs custom-theme-load-path.

Where do I get this directory from, is it the contents of this repository? Or should I just create an empty directory?

@anderso
Copy link
Author

anderso commented Mar 10, 2017

I have now got it working. The Downloads section instructs to download it either from the Solarized homepage or the Solarized github page. But the emacs theme from the Solarized download seems to be organized differently.

I think the installation instructions assume that this repository has been downloaded. I also misunderstood the first step as meaning that I should put the directory emacs-color-theme-solarized in my custom-theme-load-path. But what it means is I should modify my custom-theme-load-path so that it includes the theme directory. I ended up putting it in ~/.emacs.d/ and adding this to my emacs init file:

(add-to-list 'custom-theme-load-path "~/.emacs.d/emacs-color-theme-solarized")                                                                                                                                                                              

And now it works. I still think that, if I'm not mistaken, the download and installation instructions are conflicting as it is now.

@azzamsa
Copy link

azzamsa commented Mar 25, 2017

Sir @anderso

The steps is

  1. create a directory inside your .emacs.d directory named themes (or anything you want)
  2. put the downloaded files from this repository to your /themes dir
  3. add (load-theme 'solarized t) to your .init file (sometimes it will be .emacs file)
  4. save and reload the init ( you can do this by saving your .emacs and reload your emacs ) or by M-x eval-current-buffer.

please close this issue if it's already solved your problem and comment if still you have some eror

Thanks :)

@anderso
Copy link
Author

anderso commented Mar 27, 2017

Thanks, but the issue really is that the readme is broken, if you follow the instructions you will not end up with a working theme. So I would propose that it is changed or many others will also have difficulty installing the theme.

The download instructions tell you to download the theme from the Solarized distribution but the installation instruction assumes you have downloaded this repository.

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