@@ -20,7 +20,7 @@
;;layout ; auie,ctsrnm is the superior home row
:completion
- company ; the ultimate code completion backend
+ (company +childframe) ; the ultimate code completion backend
;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine...
;;ivy ; a search engine for love and life
@@ -41,6 +41,9 @@
(package! org-ref
:recipe (:host github :repo "jkitchin/org-ref"))
+(package! copilot
+ :recipe (:host github :repo "zerolfx/copilot.el" :files ("*.el" "dist")))
+
;; If the package you are trying to install does not contain a PACKAGENAME.el
;; file, or is located in a subdirectory of the repo, you'll need to specify
;; `:files' in the `:recipe':