Skip to content

Instantly share code, notes, and snippets.

View jojonas's full-sized avatar

Jonas Lieb jojonas

View GitHub Profile
@jojonas
jojonas / changeofficelang.py
Last active March 6, 2018 03:20
Change the language of Microsoft Office documents
"""
Changing the spelling language for Microsoft Office documents is a pain.
You can set the default spell-checker language as you desire, but this will
not modify existing templates. Templates are copied during installation
to the path '%appdata%\Microsoft\Templates' and done. Text elements within
these templates will retain their default spelling language.
This leads to a quite painful user experience when working with templates
and multiple languages.
@pfirsich
pfirsich / GitHub Atom shortcuts
Last active August 29, 2015 14:16
A reminder of the Atom shortcuts I think are the most useful (and I will print out and put beside my computer)
Important:
ctrl+shift+p - everything
ctrl+t - fuzzy file opener (alternative: ctlr+b - search open files)
ctrl+, - settings
ctrl+f - search
ctrl+shift+f - search entire project
esc - close search pane
ctrl+r - search symbols in current file