Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Refactor] Combine the defcustoms for the different environments into alists #161

Copy link
Copy link
Open
@bbatsov

Description

@bbatsov
Issue body actions

Follow up from a discussion in #160. It'd be much better that instead of 4 variables for each environment we support we had just one and it was an alist mapping for each environment. E.g. something like:

(defvar inf-clojure-completion-form 
    '((clj . "foo")
      (lumo . "bar")
      (joker . "baz")))

This would also simplify a lot choosing the right form for an environment as we'd just be able to get the form for the current type without having to use a pcase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.