diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-12 01:05:34 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-04-12 01:10:17 +0200 |
commit | 65bc295b35beac42e410ae78a3077ce28f1e49a9 (patch) | |
tree | 6f0cd712736949bc28cbd870e9b9f31354d406f1 /NEWS | |
parent | 7a666d1e2da690ab45a2f40d388e47df711e4868 (diff) | |
download | geiser-guile-65bc295b35beac42e410ae78a3077ce28f1e49a9.tar.gz geiser-guile-65bc295b35beac42e410ae78a3077ce28f1e49a9.tar.bz2 |
A bit of documentation for the previous patches
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ - Configurable case-sensitivity when highlighting keywords (thanks to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and geiser-racket-case-sensitive-pp + - C-u C-x C-e to insert evaluation result in buffer (thanks to + Diogo). - New flag geiser-repl-query-on-kill-p to control whether emacs will ask for confirmation before killing a buffer with a live REPL process. |