Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Nov 29, 2024
1 parent bc84e67 commit 49b3d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Use an advice to enable ~fussy~.
(if (listp x)
(company-map-backends-to-fussy x)
(when (functionp x)
(advice-add x :override 'j-company-capf)))))
(advice-add x :around 'j-company-capf)))))
(company-map-backends-to-fussy company-backends)
#+end_src

Expand Down Expand Up @@ -637,7 +637,7 @@ former configuration, this section will be kept up to date with my ~init.el~.
(if (listp x)
(company-map-backends-to-fussy x)
(when (functionp x)
(advice-add x :override 'j-company-capf)))))
(advice-add x :around 'j-company-capf)))))
(company-map-backends-to-fussy company-backends)

(global-company-mode))
Expand Down

0 comments on commit 49b3d46

Please sign in to comment.