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

Not hiding original modeline #65

Closed
librarianmage opened this issue Nov 23, 2023 · 1 comment
Closed

Not hiding original modeline #65

librarianmage opened this issue Nov 23, 2023 · 1 comment

Comments

@librarianmage
Copy link

Hi,

I have updated to the latest version (it's been a while since I've last updated) and the "real" mode line is not disappearing when I set the mode line to the header position.

my config:

(use-package nano-modeline
  :after (nano-theme)
  :hook
  (prog-mode-hook            . nano-modeline-prog-mode)
  (text-mode-hook            . nano-modeline-text-mode)
  (org-mode-hook             . nano-modeline-org-mode)
  (pdf-view-mode-hook        . nano-modeline-pdf-mode)
  (mu4e-headers-mode-hook    . nano-modeline-mu4e-headers-mode)
  (mu4e-view-mode-hook       . nano-modeline-mu4e-message-mode)
  (elfeed-show-mode-hook     . nano-modeline-elfeed-entry-mode)
  (elfeed-search-mode-hook   . nano-modeline-elfeed-search-mode)
  (term-mode-hook            . nano-modeline-term-mode)
  (xwidget-webkit-mode-hook  . nano-modeline-xwidget-mode)
  (messages-buffer-mode-hook . nano-modeline-message-mode)
  (org-capture-mode-hook     . nano-modeline-org-capture-mode)
  (org-agenda-mode-hook      . nano-modeline-org-agenda-mode)
  :init (nano-modeline-text-mode t))
@librarianmage
Copy link
Author

Oh I see, this is a duplicate of #62

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