From 7dd7cf51f3ca07de4c4d3834efd045bb4960c686 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 2 Jan 2019 21:34:37 -0400 Subject: Added macros for remembering things to the programmer based on deadlines. --- lux-mode/lux-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 45fbb75ec..970bd89bb 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -263,7 +263,8 @@ Called by `imenu--generic-function'." (jvm-host (altRE "class:" "interface:" "import:" "object" "do-to" "synchronized" "class-for")) (alternative-format (altRE "char" "bin" "oct" "hex")) (documentation (altRE "doc" "comment")) - (function-application (altRE "|>" "|>>" "<|" "<<|" "_\\$" "\\$_"))) + (function-application (altRE "|>" "|>>" "<|" "<<|" "_\\$" "\\$_")) + (remember (altRE "remember" "to-do" "fix-me"))) (let ((control (altRE control//flow control//pattern-matching control//logic @@ -293,6 +294,7 @@ Called by `imenu--generic-function'." alternative-format documentation function-application + remember ;;;;;;;;;;;;;;;;;;;;;;;; "\\.module:" "def:" "type:" "program:" "context:" -- cgit v1.2.3