My aquamac shows the tags when I create a new paragraph or line break, I want to know how to remove these marks.
Asked
Active
Viewed 185 times
0
-
It appears this is some alternate newline character (not paragraph!). Could you check when you put point before it, to find out which character it is? `M-x describe-char` – PascalVKooten Mar 25 '13 at 08:47
-
Are you using whitespace-mode? There are options in there to display the pilcrow (the backwards P you see) for paragraphs. http://ergoemacs.org/emacs/whitespace-mode.html. Try this in your .emacs file to see if it helps - (setq whitespace-display-mappings nil). Either restart emacs or eval it. – Eric Johnson Mar 26 '13 at 10:21