Commit Graph

7 Commits

Author SHA1 Message Date
James Nguyen 398ab2f4db Remove hash quotes from third party packages 2017-11-26 23:16:45 -08:00
James Nguyen af5fadf798 Elisp: Use separate function to handle toggling or newlining
Since the text properties only takes in one map at a time (as far as I
know), the insert/normal state auxillery maps will conflict with each
other. It's easier to have C-m trigger a function that checks its
state and Does The Right Thing instead.
2017-11-26 12:01:07 -08:00
Pierre Neidhardt 7c5317cb12 elisp-mode: Use kbd 2017-11-23 15:35:07 +01:00
James Nguyen f27f413685 Add or fix documentation to appease checkdoc 2017-11-16 18:53:35 -08:00
Fredrik Bergroth 97b99ee4e7 Add standard keywords 2017-11-16 17:39:51 -08:00
Fredrik Bergroth ba60c856b4 Fix naming reported by package-lint 2017-11-16 00:08:40 -08:00
James Nguyen 3e369959c2 Add elisp-mode
For now, this one just adds an advice to be able to use "RET" in
insert state during an expansion of a long s-exp.

See eval-print-last-sexp and last-sexp-setup-props.
2017-11-14 10:06:39 -08:00