Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
398b4366
Commit
398b4366
authored
Jun 05, 2013
by
Ted Zlatanov
Browse files
Document new prog-mode symbol prettify support.
parent
9bfff84b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+5
-0
No files found.
etc/ChangeLog
View file @
398b4366
2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
* NEWS: Document new prog-mode symbol prettify support.
2013-06-03 Tassilo Horn <tsdh@gnu.org>
* NEWS: Document eshell visual subcommands and options.
...
...
etc/NEWS
View file @
398b4366
...
...
@@ -2838,6 +2838,11 @@ should be derived.
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.
**** New option, `prog-prettify-symbols' lets the user control symbol
prettify (replacing a string like "lambda" with the Greek lambda
character. The mode derived from `prog-mode' must call
`prog-prettify-install'
with its own custom alist, which can be empty.
*** New hook `change-major-mode-after-body-hook', run by
`run-mode-hooks'
just before any other mode hooks.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment