Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lisp entries for dash-at-point-mode-alist #20

Open
trollusk opened this issue Dec 18, 2014 · 1 comment · May be fixed by #30
Open

Lisp entries for dash-at-point-mode-alist #20

trollusk opened this issue Dec 18, 2014 · 1 comment · May be fixed by #30

Comments

@trollusk
Copy link

Here are some lines that should be added to dash-at-point-mode-alist:

  • The major mode for editing Common Lisp is lisp-mode; here is no such thing as common-lisp-mode.
  • There are some other modes used for elisp editing besides emacs-lisp-mode.
(lisp-mode . "lisp")
(slime-repl-mode . "lisp")
(lisp-interaction-mode . "elisp")
(inferior-emacs-lisp-mode . "elisp")
@ccqpein
Copy link

ccqpein commented May 25, 2016

Yes, I just found this issue. The trollusk's method works

phlo46 added a commit to phlo46/dash-at-point that referenced this issue Oct 28, 2021
@phlo46 phlo46 linked a pull request Oct 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants