From 6717fc5e4aaf5986cd4f0d4ea1a12793188cbe9a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 12 May 2018 18:48:52 -0400 Subject: - Implemented Deg(ree) reciprocal & conversions Deg<->Frac. - Added an easy way to define aliases. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 15c24490d..a254c1ad2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -215,7 +215,7 @@ Called by `imenu--generic-function'." "(" (regexp-opt '(".module:" - "def:" "type:" "macro:" "syntax:" "program:" + "def:" "type:" "macro:" "alias:" "syntax:" "program:" "sig:" "struct:" "context:" "template:" "class:" "interface:" "poly:" "derived:" -- cgit v1.2.3