We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
let
(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.
~/.emacs.d/elisp/smsn-mode-lisp/
load-path
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.I guess that, as let define a "temporary" scope, the directory
~/.emacs.d/elisp/smsn-mode-lisp/
, is added temporarily, only to theload-path
list.The text was updated successfully, but these errors were encountered: