Next: , Previous: , Up: Customisation  


Q3.10.4: How do I turn off highlighting after C-x C-p (mark-page)?

Put this in your init.el:

(setq zmacs-regions nil)

Warning: This command turns off all region highlighting.

Also see Q3.10.1.