George Xanthakis

Results 57 comments of George Xanthakis
trafficstars

Could you change (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) to be before the package-initialize?

Guys sorry for the late answer try to put (package-refresh-contents) before (package-initialize)

Check this first and if it doesnt work , try the second one. ``` (global-auto-complete-mode t) ``` ``` (add-to-list 'ac-modes '(emacs-lisp-mode lisp-mode lisp-interaction-mode slime-repl-mode nim-mode c-mode cc-mode c++-mode objc-mode swift-mode...

Posting your configuration for auto-complete from your config file would be useful.

``` (require 'auto-complete) (ac-config-default) ``` if i have only these 2 lines in my .emacs everything works perfectly.

The only feature missing from `tree-sitter-debug-mode` is the highlighting of the respective code in the file buffer.

I want to use such a feature, too. Has anyone found any package implementing it? If not, I considered forking this package and finding which parts of the code need...

After doing some searching, you may be interested in this here https://github.com/emacs-sideline.

Hello @Toutou98, we already support this flag https://github.com/CARV-ICS-FORTH/parallax/blob/master/CMakeLists.txt#L12 .