update README-1

This commit is contained in:
polos 2016-11-27 12:27:35 +01:00
parent 489084cd17
commit 9db27bf1ba

View file

@ -142,8 +142,8 @@ In Lisp, use the function QREQUIRE to load a module:
TIP
===
TIPS
====
You might want to put this in your ~/.eclrc file:
@ -151,6 +151,10 @@ You might want to put this in your ~/.eclrc file:
(setf eql:*qtpl* t ; same as -qtpl
eql:*break-on-errors* t)
It is HIGHLY RECOMMENDED to integrate the wrapper functions, see README-3-OPTIONAL.
This will bring you very convenient symbol tab-completion of all Qt functions in
Emacs/Slime.
NOTES