Skip to content

Meow hints aren't showing up in Org mode #395

Answered by eshrh
jamesbtan asked this question in Q&A
Discussion options

You must be logged in to vote

It's disabled by default because it looks bad with variable fonts and hidden stars (indent mode) which are fairly common with org mode.

https://github.com/meow-edit/meow/blob/master/FAQ.org#why-dont-the-number-hints-for-extending-selection-show-up-in-org-mode-buffers

So you'd do:

(setq meow-expand-exclude-mode-list (remove 'org meow-expand-exclude-mode-list))

(you have to set the variable since the remove function returns a copy of the list without 'org)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jamesbtan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants