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

expressions in (let) does not add smsn-mode path to load-path #1

Open
montaropdf opened this issue Jun 18, 2021 · 0 comments
Open

expressions in (let) does not add smsn-mode path to load-path #1

montaropdf opened this issue Jun 18, 2021 · 0 comments

Comments

@montaropdf
Copy link

Hello,

I have followed the instructions, however, I had to replace the let expression by the following code to be able to use smsn-mode.

  (add-to-list 'load-path "~/.emacs.d/elisp/smsn-mode-lisp/")
  (add-to-list 'load-path "~/.emacs.d/elisp/smsn-mode-lisp/lib")
  (require 'smsn-mode)

I guess that, as let define a "temporary" scope, the directory ~/.emacs.d/elisp/smsn-mode-lisp/, is added temporarily, only to the load-path list.

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

1 participant