diff options
| author | Michal Nazarewicz | 2014-11-16 18:08:36 +0100 |
|---|---|---|
| committer | Michal Nazarewicz | 2014-11-18 00:48:04 +0100 |
| commit | d5ec102b7aa0aa07bdd44ecd0b471275511fed7e (patch) | |
| tree | 0ccba75832253f253930dfdec7f39cf457fb9b05 /etc | |
| parent | b8104090075eb28dd6680cc9f8b0a49674ca369a (diff) | |
| download | emacs-d5ec102b7aa0aa07bdd44ecd0b471275511fed7e.tar.gz emacs-d5ec102b7aa0aa07bdd44ecd0b471275511fed7e.zip | |
tildify.el: introduce a `tildify-pattern' variable
* textmodes/tildify.el (tildify-pattern): New variable for
defining tildifying pattern. Being a buffer-local variable it is
much easier to handle than `tildify-pattern-alist' that has been
used so far. It also works better with derived modes.
(tildify-pattern-alist): Mark as obsolete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -301,8 +301,8 @@ use PDF instead of DVI. | |||
| 301 | By default, 32 spaces and four TABs are considered to be too much but | 301 | By default, 32 spaces and four TABs are considered to be too much but |
| 302 | `whitespace-big-indent-regexp' can be configured to change that. | 302 | `whitespace-big-indent-regexp' can be configured to change that. |
| 303 | 303 | ||
| 304 | ** tildify: `tildify-space-string' variable has been added making | 304 | ** tildify: `tildify-space-string' and `tildify-pattern' variables added making |
| 305 | `tildify-string-alist' obsolete. | 305 | `tildify-string-alist' and `tildify-pattern-alist' obsolete. |
| 306 | 306 | ||
| 307 | ** Obsolete packages | 307 | ** Obsolete packages |
| 308 | 308 | ||