redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

Any suggestion on how to install codeium in redguardtoo/emacs.d ? #1042

Open guoqinglei opened 1 year ago

guoqinglei commented 1 year ago

The website (https://github.com/Exafunction/codeium.el) tells me to use "use-package" which is not recommended to use for redguardtoo's emacs.d.

redguardtoo commented 1 year ago
(with-eval-after-load 'codeium
  ;; your setup here
  )
guoqinglei commented 1 year ago

Thanks to redguardtoo for your kind reply. I would have a try.