mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
more changes to the .yas-setup files and fix issue 129
This commit is contained in:
@@ -247,6 +247,9 @@
|
||||
nil
|
||||
'ri-history)))
|
||||
(with-current-buffer (get-buffer-create "*Ri*")
|
||||
(setq buffer-read-only nil)
|
||||
(erase-buffer)
|
||||
(setq default-directory "~")
|
||||
(setq buffer-read-only nil)
|
||||
(shell-command (concat "ri -f ansi " query) "*Ri*")
|
||||
(ansi-color-apply-on-region (point-min) (point-max))
|
||||
|
||||
Reference in New Issue
Block a user