rougier / nano-theme

GNU Emacs / N Λ N O Theme
GNU General Public License v3.0
358 stars 35 forks source link

nano-setup? #13

Open artelse opened 2 years ago

artelse commented 2 years ago

Installed nano-theme like so:

  (use-package nano-theme)
  (nano-mode)
  (nano-light)
  (use-package nano-modeline)
  (nano-modeline-mode)

When I try to use M-x nano-setup it is not available. Any ideas?

chuxubank commented 2 years ago

The nano-setup is renamed to nano-mode in recent commits.

artelse commented 2 years ago

Ok, but where is the setup page? Perhaps I am confusing the former emacs-nano with the nano-theme. All the code blocks and tables are in variable pitch while I would like them to be fixed. Is the nano-theme by default variable? Edit: Adding mixed-pitch package solved the code blocks issue.

joepaulgo commented 2 years ago

M-x nano-mode doesn't do anything when i try it, i have it installed same as above

rougier commented 2 years ago

There is now a settings nano-fonts-use that you can set to t if you want the mode to enforce (i.e. use) the fonts. Font are also configurable. You can try M-x: customize-group RET nano