Henrik Lissner 2021-07-10 22:36:36 -04:00
parent ab334559f5
commit 933dcc4d19
5 changed files with 9 additions and 10 deletions

View file

@ -26,10 +26,9 @@
company-backends '(company-capf)
;; These auto-complete the current selection when
;; `company-auto-complete-chars' is typed. This is too magical. We
;; `company-auto-commit-chars' is typed. This is too magical. We
;; already have the much more explicit RET and TAB.
company-auto-complete nil
company-auto-complete-chars nil
company-auto-commit nil
;; Only search the current buffer for `company-dabbrev' (a backend that
;; suggests text your open buffers). This prevents Company from causing

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; completion/company/packages.el
(package! company :pin "ee3177cdad47cbe92242eeb52c7bdb9505282db6")
(package! company :pin "d77184094b9a45b204813d824918e1ec2aac8504")
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
(when (featurep! +childframe)
(package! company-box :pin "aa5f09a5492344e3cc831f0f169a6a8345dec358"))
(package! company-box :pin "c8a867163b15586cc9ed4accb992094308e54a9a"))

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; completion/helm/packages.el
(package! helm :pin "a7bd522073e4c959ae88ff9eeb2191528242705e")
(package! helm :pin "42e28369d5d3c5f75df7452c1efb0f7acea39666")
(package! helm-rg :pin "ee0a3c09da0c843715344919400ab0a0190cc9dc")
(package! helm-c-yasnippet :pin "e214eec8b2875d8a7cd09006dfb6a8e15e9e4079")
(package! helm-company :pin "6eb5c2d730a60e394e005b47c1db018697094dde")
@ -13,7 +13,7 @@
(when (featurep! +fuzzy)
(package! helm-flx :pin "6640fac5cb16bee73c95b8ed1248a4e5e113690e"))
(when (featurep! +childframe)
(package! posframe :pin "739d8fd1081bdd0d20dee9e437d64df58747b871"))
(package! posframe :pin "f97c4aff2c2c376ca62276d5597aa108546633a9"))
(when (featurep! :lang org)
(package! helm-org :pin "d67186d3a64e610c03a5f3d583488f018fb032e4"))
(when (featurep! +icons)

View file

@ -2,7 +2,7 @@
;;; completion/ido/packages.el
(package! flx-ido :pin "647cb2f92f9936c62e277d7a74ad54a80502d255")
(package! ido-completing-read+ :pin "00674721e4fce283c918f7316f1158da1d469910")
(package! ido-completing-read+ :pin "49e7967ea8c0ab0a206b40d70fc19be115083fa1")
(package! ido-sort-mtime :pin "f638ff0c922af862f5211779f2311a27fde428eb")
(package! ido-vertical-mode :pin "b1659e967da0687abceca733b389ace24004fa66")
(package! crm-custom :pin "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d")

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! swiper :pin "a5eade0c77b7dd78cdea0f246683c6cb00f7b7c6")
(package! swiper :pin "56139df678d9886d0612c0a192cce2cf6f156628")
(package! ivy)
(package! ivy-hydra)
(package! ivy-avy)
@ -18,7 +18,7 @@
(package! flx :pin "647cb2f92f9936c62e277d7a74ad54a80502d255")))
(when (featurep! +childframe)
(package! ivy-posframe :pin "084cc59ea2cd62afaa51445ada3d00404749a541"))
(package! ivy-posframe :pin "9c8382823392d5e64fb4879055e43ab4a029e62a"))
(when (featurep! +icons)
(package! all-the-icons-ivy :pin "a70cbfa1effe36efc946a823a580cec686d5e88d"))