Skip to content

Instantly share code, notes, and snippets.

View anevolbap's full-sized avatar
🐢

Pablo Vena anevolbap

🐢
View GitHub Profile
@anevolbap
anevolbap / codeium-config.el
Created March 6, 2024 22:35
Emacs use-package config for Codeium
(use-package codeium
;; if you use straight
:elpaca '(codeium :type git :host github :repo "Exafunction/codeium.el")
;; otherwise, make sure that the codeium.el file is on load-path
:init
;; use globally
(add-to-list 'completion-at-point-functions #'codeium-completion-at-point)
;; or on a hook
;; (add-hook 'python-mode-hook