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

Installation instructions for stock Emacs #90

Open
patrickmay opened this issue Dec 31, 2018 · 1 comment
Open

Installation instructions for stock Emacs #90

patrickmay opened this issue Dec 31, 2018 · 1 comment

Comments

@patrickmay
Copy link

The README.md file has instructions only for Spacemacs. It would be helpful to include instructions for setting up the .emacs file for standard Emacs.

@nickenchev
Copy link

I wanted to configure the highlight colour of the regions, so I took the provided insrtructions:

(defun vue-mode/init-vue-mode ()
  (use-package vue-mode
               :config
               ;; 0, 1, or 2, representing (respectively) none, low, and high coloring
               (setq mmm-submode-decoration-level 0)))

and changed them to:

  (use-package vue-mode
               :config
               ;; 0, 1, or 2, representing (respectively) none, low, and high coloring
               (setq mmm-submode-decoration-level 0))

I don't know what layers are and no idea what is supposed to call the defined function in the first snippet, but I do know how use-package works, so the change worked for me.

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