You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using emacs on OpenBSD and I cannot use emmet-mode.
-I have created a directory called "emmet-mode" in ".emacs.d" directory
-downloaded and put "emmet-mode.el" file inside "emmet-mode" directory
-added required lines(
(add-to-list 'load-path "~/emacs.d/emmet-mode")
(require 'emmet-mode)
) to "init.el" file inside ".emacs.d" directory
-when I do M-x emmet-mode
it gives [No match] alert in the command line.
The text was updated successfully, but these errors were encountered:
Hi, I'm using emacs on OpenBSD and I cannot use emmet-mode.
-I have created a directory called "emmet-mode" in ".emacs.d" directory
-downloaded and put "emmet-mode.el" file inside "emmet-mode" directory
-added required lines(
(add-to-list 'load-path "~/emacs.d/emmet-mode")
(require 'emmet-mode)
) to "init.el" file inside ".emacs.d" directory
-when I do M-x emmet-mode
it gives [No match] alert in the command line.
The text was updated successfully, but these errors were encountered: