-
Notifications
You must be signed in to change notification settings - Fork 1
Description
even ai can't save me on this lisp/emacs-fu ;(
; in package.el
(package! company-dragonruby :recipe (:host github :repo "DragonRuby/company-dragonruby"))
; in init.el
(corfu +orderless +company) ; complete with cap(f), cape and a flying feather! NOTE: i added +company to use with company-dragonruby "back-end"
; in config.el
(after! company-dragonruby
(add-to-list 'completion-at-point-functions
(cape-company-to-capf #'company-dragonruby)))UPDATE: ah! and i forgot to mention, the suppress_mailbox function thingy doesn't exist anymore..
anyway, i would really like to try this emacs style out, as a lighter alt to lsp stuff... and just so i don't need to set up the mess that is ruby (and all scripting langs), as i'm trying to code in a very bare simple procedural style anyway.. i'm just tired of the crap not working, as i just failed to build ruby usingmise (itself using ruby-build, instead of a pre-compiled binary, for only god knows why..) :/
or maybe i'll just give up on this ancient chromebook until i can use zed again.. lol
i vaguely remember having this working by generating yard docs (+solargraph?) on.. or maybe it was vs-code..??.. hmm