How to get rid off "coding: utf-8" text added to Python files in Kate?1) Go to: Top menu > Settings > Configure Kate > Editor Component > Open/Save > Tab: Modes & Filetypes 2) Select: Filetype: Scripts/Python 3) Change: FROM: Variables: kate: presave-postdialog python-encoding; indent-mode python; TO: Variables: kate: presave-postdialog; indent-mode python; 3) Restart Kate 4) Use at your own risk :) |