Re: Mistake in Chapter 13.2. Editor Configuration - Emacs

2015-07-12 Thread Warren Block
On Sun, 12 Jul 2015, Noam Postavsky wrote: As seen on https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/editor-config-emacs.html; 2015, July 11th. The config should look like this: (defun local-sgml-mode-hook () (setq fill-column 70 indent-tabs-mode nil next-line-add

Mistake in Chapter 13.2. Editor Configuration - Emacs

2015-07-11 Thread Noam Postavsky
As seen on https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/editor-config-emacs.html; 2015, July 11th. The config should look like this: (defun local-sgml-mode-hook () (setq fill-column 70 indent-tabs-mode nil next-line-add-newlines nil standard-indent 4