Search code examples
highlightgeany

How can I disable automatic highlighting of the current line in Geany?


By default the current line is always highlighted in the Geany text editor. How can we disable this feature?


Solution

  • Go to menu ToolsConfiguration Filesfiletypes.common.

    Find the word current_line, and then change that line on the third parameter to false:

    current_line=0x000000;0xf0f0f0;false;