André Peric Tavares
André Peric Tavares
Hi. I have been using this package for a few months and it has been super useful. However, after reading the options provided by the `emacs-plus` [1] formula, I see...
Hi. I found this [comment](https://github.com/joaotavora/eglot/issues/131) in Eglot issue tracker. It seems that using `(setq completion-category-overrides)` instead of `add-to-list` was an issue, since that replaced some Eglot configuration. I haven’t faced...
Hi! I got this error after installing `graphviz-dot-mode`: ``` company-graphviz-dot.el:34:2: Error: Cannot open load file: No such file or directory, company ``` I suppose the error is harmless, since the...
Hi. I'm using `Ae` for evaluating the top level form. This is fine when I don't have to get back to the previous position, otherwise, it's a bit cumbersome. Evaluating...
# Issue type - Bug report # Environment Emacs version:GNU Emacs 27.1 (build 1, x86_64-apple-darwin19.4.0, NS appkit-1894.40 Version 10.15.4 (Build 19E287)) of 2020-08-26 Operating System: macOS Catalina Evil version: 1.14.0...
Consider this function: ```clojure (schema.core/defn foo :- s/Uuid [bar :- s/Int]) ``` It uses the plumatic schema library. This is the result of `lsp-describe-thing-at-point`: ``` my.ns/foo [bar :- s/Int] lsp:...
This error occurs when there's some buffer in `clojure-mode` with an invalid ns declaration (such as `(ns )`. It seems that the culprit is `clojure-find-ns` (see the stacktrace below), which...
Reproduction steps: - Use `(beacon-mode 1)` and `(setq beacon-color 0.3)` in your dotfile - Use `cider-jack-in-clj` in a Clojure project - Create an error in the code (eg. add an...
Making the package available on Melpa would make it easier to install on Emacs.
Basically, using [relative-line-numbers](https://github.com/Fanael/relative-line-numbers) moves the text to the left of the screen instead of centering it. The max width is still applied, though. I myself had this sort of problem...