From 4b385f77ea33bf0859d134442acabcd662c00175 Mon Sep 17 00:00:00 2001 From: Phi-Long Nguyen Date: Thu, 28 Oct 2021 17:21:15 +0700 Subject: [PATCH] Use lisp-mode instead of common-lisp-mode Fix #20. --- dash-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dash-at-point.el b/dash-at-point.el index 7300b1e..33c2163 100644 --- a/dash-at-point.el +++ b/dash-at-point.el @@ -80,7 +80,7 @@ Nil means use the modern mode ('dash-plugin://'). (caml-mode . "ocaml") (clojure-mode . "clojure") (coffee-mode . "coffee") - (common-lisp-mode . "lisp") + (lisp-mode . "lisp") (cperl-mode . "perl") (css-mode . "css,bootstrap,foundation,less,awesome,cordova,phonegap") (dart-mode . "dartlang,polymerdart,angulardart") @@ -138,7 +138,7 @@ for one or more docsets in Dash." (caml-mode . "ocaml") (clojure-mode . "clojure") (coffee-mode . "coffee") - (common-lisp-mode . "lisp") + (lisp-mode . "lisp") (cperl-mode . "perl") (css-mode . "css") (elixir-mode . "elixir")