rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 194 forks source link

Nano-writer mode #60

Closed vignesh-TG closed 3 years ago

vignesh-TG commented 3 years ago

How to enable the nano-writer mode ?

rougier commented 3 years ago

You can first add a line in nano.el to load the mode. Then, when editing an org file, you can type M-x nano-writer-mode

vignesh-TG commented 3 years ago

You can first add a line in nano.el to load the mode. Then, when editing an org file, you can type M-x nano-writer-mode

Thanks for the reply.

After Adding (require 'nano-writer) to nano.el , I tried to load nano-writer mode I could not find the nano-writer mode. I even tried M-x load-library, where I am able to load the nano-writer library but when try M-x nano-writer-mode, I do not find the nano-writer mode.

rougier commented 3 years ago

Sorry, it's writer-mode

vignesh-TG commented 3 years ago

Thank you, it works !!