kurt steiner
kurt steiner
python is for develop core of `lsp-bridge`, if you want to add language support, please look at `langserver`, there are so many example. I think you can add language support...
I have set that, and found something wrong ``` error in process filter: julia-snail--server-response-filter: No catch for tag: julia-snail--server-filter-error, (args-out-of-range 229 229) ``` this is the error i meet
by the way, even I don' set the `julia-snail-popup-display-eval-results`, the result is the same and why there are two frame ? I think it should disappear when press any key...
I think I found the problem, this is the code after modified ```emacs-lisp (use-package julia-mode :hook (julia-mode . julia-snail-mode) :config (setq julia-repl-switches nil julia-snail-extra-args nil julia-indent-offset 2 ;; julia-snail-popup-display-eval-results :change...
@boyan01 你还是做下 release 吧,我这里不知道为什么编译错误了,解决不了 
by the way, it's useless after install some package about libllvm
by the way, I found that when I need to set default font though menu-bar, https://user-images.githubusercontent.com/46296608/127503816-0e854e67-da30-4b75-aa52-aaaf96643854.mp4 I think this does matter
我再多问问,如何tag的文件名改为 `.tags`
我这里配置了还是生成 `TAGS` 文件 ```emacs-lisp (use-package counsel-etags :ensure t :bind (:map prog-mode-map ("C-c ]" . counsel-etags-find-tag-at-point) ("C-c [" . counsel-etags-find-tag) ("C-c s" . counsel-etags-scan-code) ("C-c b" . pop-tag-mark)) :init (add-hook 'prog-mode-hook...
@zenorocha sorry I miss your reply, maybe I am too busy I use Emacs :grin: