~ashton314/emacs-bedrock

60cedce041500c4619cbdc18a254f97dfcb23b6f — Ashton Wiersdorf 11 months ago d7c3127
Add basic Cape configuration

Closes #7
1 files changed, 8 insertions(+), 0 deletions(-)

M extras/base.el
M extras/base.el => extras/base.el +8 -0
@@ 118,6 118,14 @@
  :config
  (corfu-terminal-mode))

;; Fancy completion-at-point functions; there's too much in the cape package to
;; configure here; dive in when you're comfortable!
(use-package cape
  :ensure t
  :init
  (add-to-list 'completion-at-point-functions #'cape-dabbrev)
  (add-to-list 'completion-at-point-functions #'cape-file))

;; Pretty icons for corfu
(use-package kind-icon
  :if (display-graphic-p)