rnkn / fountain-mode

Emacs major mode for screenwriting in Fountain plain-text markup
https://fountain-mode.org
GNU General Public License v3.0
391 stars 16 forks source link

Change the ellipsis outline characters #100

Closed alienbogart closed 5 years ago

alienbogart commented 5 years ago

Can I make the three dots become one?

rnkn commented 5 years ago

If this is possible it will be in the outline customization group. Fountain Mode just uses Outline to collapse sections.

alienbogart commented 5 years ago

Thanks! This did the trick:

 (set-display-table-slot standard-display-table 
                         'selective-display 
                         (string-to-vector "."))