-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Philosophic/taste question #8
Comments
Great to hear it used with students, i think TA is a great choice for that! Personally, i use https://github.com/rgieseke/ta-common/blob/master/highlight.lua for a similar effect to highlight the currently active view. I'll might experiment with that ...! |
How do you distribute the themes? Do you make them install it? If it's preconfigured you could probably add this to their initial config? |
Hi Robert,
wir arbeiten (COVID bedingt) im Home-Office und stellen den Studenten VMs
zur Verfügung. In den letzten drei Monaten habe ich 8 VMs generiert.
Ich installiere TextAdept mit selbstgenerierten .deb Paketen und einer
Basiskonfiguration für Lua-, Python- und BASH-Programmierung. Die füge
einen Script zu, um die base16 Themes zu installieren.
Ich persönlich arbeite mit Emacs schon seit einer Ewigkeit (+/- 30 Jahren),
jetzt vielleicht intensiver, seit ich meine Vorlesungen mit dem
orgmode+Beamer/LaTEX generiere.
Schönen Gruß, /PA
…On Wed, 15 Jul 2020 at 14:03, Robert Gieseke ***@***.***> wrote:
How do you distribute the themes? Do you make them install it? If it's
preconfigured you could probably add this to their initial config?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4HKC3XVZPQG4IL2HRLR3WLHZANCNFSM4O2NZGKA>
.
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellet zu werden
Georg Kreisler
|
Na das klingt ja nach völliger Flexibilität :-) |
Solange die Puste nicht ausgeht!
:-)
…On Thu, 16 Jul 2020 at 14:55, Robert Gieseke ***@***.***> wrote:
Na das klingt ja nach völliger Flexibilität :-)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKU4GX65GIKENUCMSC6FTR332FLANCNFSM4O2NZGKA>
.
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellet zu werden
Georg Kreisler
|
I'm using
property['style.line_number'] = 'fore:$(color.base04),back:$(color.base01)'
and
to provide a minimal differentiation between the text buffer and the 'surroundings' . My students sometimes seem confused by the fold_margin and take it as an additional space in the code. It's a very small help that makes the difference for me too...
The text was updated successfully, but these errors were encountered: