Skip to content

Commit

Permalink
downgrade emacs version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxiao9058 committed Apr 23, 2024
1 parent d60b556 commit b3b4f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ If candidate icons of tabnine are displayed wrongly [[https://github.com/shuxiao
(add-to-list 'kind-icon-mapping `(tabnine ,(nerd-icons-codicon "nf-cod-hubot") :face font-lock-warning-face) t)
#+end_src

* Requirements

- Emacs 26.1 or later

* Thanks

Thanks to the great work of [[https://github.com/TommyX12][Tommy Xiang]], [[https://github.com/zerolfx/copilot.el][zerolfx]] and [[https://github.com/karthink][karthink]].
Expand Down
4 changes: 2 additions & 2 deletions tabnine.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;; Tommy Xiang <[email protected]>
;; John Gong <[email protected]>
;;
;; Version: 0.0.2
;; Package-Requires: ((emacs "29.1") (dash "2.16.0") (s "1.12.0") (editorconfig "0.9.1") (vterm "0.0.2") (language-id "0.5.1") (transient "0.4.0"))
;; Version: 0.0.3
;; Package-Requires: ((emacs "26.1") (dash "2.16.0") (s "1.12.0") (editorconfig "0.9.1") (vterm "0.0.2") (language-id "0.5.1") (transient "0.4.0"))
;; Keywords: convenience
;; URL: https://github.com/shuxiao9058/tabnine/

Expand Down

0 comments on commit b3b4f28

Please sign in to comment.