rougier / nano-modeline

GNU Emacs / N Λ N O Modeline
GNU General Public License v3.0
170 stars 29 forks source link

Unable to activate Nano Modeline #52

Open chookity-pokk opened 1 year ago

chookity-pokk commented 1 year ago

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 commented 1 year ago

Can you try adding (require nano-modeline) ?