-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
buggood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
I upgraded to emacs 27.1 and cider 20201122.1448. For some reason, eldoc-mode is always nil before and after jack-in. global-eldoc-mode is t. However until I enable eldoc-mode, I don't see any function signatures in the minibuffer.
System Information
;; CIDER 1.0.0snapshot (package: 20201122.1448), nREPL 0.8.3
;; Clojure 1.10.1, Java 13
Linux desktop 4.4.0-194-generic #226-Ubuntu SMP Wed Oct 21 10:19:36 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
I even reduced my .emacs to just the following lines to ensure it wasn't some side-effect of some other configuration that was causing these problems.
(package-initialize)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/")
'("marmalade" . "http://marmalade-repo.org/packages/"))
(eval-when-compile
(require 'use-package))
ptaoussanis, hugojry and thatismatt
Metadata
Metadata
Assignees
Labels
buggood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors