aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2017-09-19 21:52:42 -0400
committerEduardo Julian2017-09-19 21:52:42 -0400
commit70534ffd9c346ac23f9d5574b9c7820dccebc350 (patch)
treee2370a43a8bb2bdcb349d5bbbe477312859365f3 /lux-mode
parente717f33e192a5969760c033c47f9c4709485dd76 (diff)
- Some refactoring.
- Moved "assume" and "default" to lux/data/maybe.
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 9fc30c4d1..5342a8495 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -228,7 +228,7 @@ Called by `imenu--generic-function'."
"and" "or"
"char"
"exec" "let" "with-expansions" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "list" "list&" "io" "vector" "tree"
- "get@" "set@" "update@" "|>" "|>." "<|" "<|." "_$" "$_" "~" "~@" "~'" "::" ":::" "default"
+ "get@" "set@" "update@" "|>" "|>." "<|" "<|." "_$" "$_" "~" "~@" "~'" "::" ":::"
"|" "&" "->" "All" "Ex" "Rec" "host" "$" "type"
"^" "^or" "^slots" "^multi" "^~" "^@" "^template" "^open" "^|>" "^stream&" "^regex"
"bin" "oct" "hex"
@@ -237,7 +237,7 @@ Called by `imenu--generic-function'."
"infix"
"format"
"`" "`'" "'" "do-template"
- "object" "import" "do-to" "with-open" "synchronized" "class-for"
+ "object" "do-to" "synchronized" "class-for"
"doc"
"regex"
) t)
@@ -394,9 +394,7 @@ This function also returns nil meaning don't specify the indentation."
(import 'defun)
(testing 'defun)
(comment 'defun)
- (doE 'defun)
(^template 'defun)
- (default 'defun)
)
;;;###autoload