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

Unable to activate Nano Modeline #52

Open
chookity-pokk opened this issue Jun 3, 2023 · 1 comment
Open

Unable to activate Nano Modeline #52

chookity-pokk opened this issue Jun 3, 2023 · 1 comment

Comments

@chookity-pokk
Copy link

I installed Nano Modeline via elpa and used the setup in the README, but during launch I get the below messages.

File mode specification error: (void-function nano-modeline-prog-mode)
File mode specification error: (void-function nano-modeline-text-mode)

It also seems that no matter what kind of buffer I open, I don't get the nano modeline. I tried using (nano-modeline-text-mode t) and got the below error. Trying the same command but with other modes says that the function doesn't exist. I checked the version number and it says it's 1.0.

Debugger entered--Lisp error: (void-function nano-modeline-text-mode)
  (nano-modeline-text-mode t)
  eval-expression((nano-modeline-text-mode t) nil nil 127)
  funcall-interactively(eval-expression (nano-modeline-text-mode t) nil nil 127)
  command-execute(eval-expression)

Installing via quelpa seems to be working though I do get very dark text in the modeline.

image

@rougier
Copy link
Owner

rougier commented Jun 19, 2023

Can you try adding (require nano-modeline) ?

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