Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.38 KB

todo.org

File metadata and controls

41 lines (30 loc) · 1.38 KB

.gitignore file

COPYING file

initial syntax table

indent function

using SMIE, we get a lot of indentation help from the get-go. However, it is pretty hard to configure. This commit is only a first attempt, offering an initial jump-off point. It indents most of the examples found at Style guide, but not all yet.

Also, useful article here.

We now offer some easy to use indentation helper commands, simplifying the indentation when it fails miserably.

index function for imenu

avoid using symbol at point as default value on imenu

Seems like when you’re on a symbol, imenu uses it as default value. But when you’re in whitespace, it never shows that prompt with the default value. I’ve not found a way of avoiding using a default value, but seems to me that can be useful from time to time.

comments regexp

@like builtins doesn’t use face properly

beginning/end-of-defun-functions

use font-lock-type-face for types