Skip to content

Commit

Permalink
docs about disable overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxiao9058 committed Oct 19, 2023
1 parent 974982c commit 27feb34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ An unofficial TabNine (with TabNine Chat supported) package for Emacs.
[[file:./assets/screenshot-2.png]]
@@html:</details>@@

** disable displayed with overlay
** disable overlay display

If you want to use =capf= only, disable =tabnine-mode=.
If you want to use =capf= only, disable =tabnine-mode= .

* Setup

Expand Down
3 changes: 2 additions & 1 deletion tabnine.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
;;
;; Installation:
;;
;; 1. Enable `tabnine-mode` in `prog-mode`.
;; 1. Enable `tabnine-mode` in `prog-mode`(if you want to use `capf` only, skip this step).
;; (add-to-list 'prog-mode-hook #'tabnine-mode)
;; 2. Run M-x tabnine-install-binary to install the TabNine binary for your system.
;; 3. Run M-x tabnine-configuration to login your TabNine account.
;;
;; Usage:
;;
Expand Down

0 comments on commit 27feb34

Please sign in to comment.