Skip to content

Commit 4d5aab7

Browse files
committed
downgrade emacs version
1 parent d60b556 commit 4d5aab7

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

README.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ If candidate icons of tabnine are displayed wrongly [[https://github.com/shuxiao
249249
(add-to-list 'kind-icon-mapping `(tabnine ,(nerd-icons-codicon "nf-cod-hubot") :face font-lock-warning-face) t)
250250
#+end_src
251251

252+
* Requirements
253+
254+
- Emacs 27.1 or later
255+
252256
* Thanks
253257

254258
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]].

tabnine-chat-curl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; tabnine-chat-curl.el --- Curl Support for TabNine Chat -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2023 Aaron Ji
3+
;; Copyright (C) 2024 Aaron Ji
44

55
;; Author: Aaron Ji
66
;; Keywords: convenience

tabnine-chat-transient.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; tabnine-chat-transient.el --- TabNine Chat Transient -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2023 Aaron Ji
3+
;; Copyright (C) 2024 Aaron Ji
44

55
;; Author: Aaron Ji
66
;; Keywords: convenience

tabnine-chat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; tabnine-chat.el --- TabNine Chat -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2023 Aaron Ji
3+
;; Copyright (C) 2024 Aaron Ji
44

55
;; Author: Aaron Ji
66
;; Keywords: convenience

tabnine-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; tabnine-core.el --- TabNine Core(complete)-*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2023 Aaron Ji
3+
;; Copyright (C) 2024 Aaron Ji
44

55
;; Author: Aaron Ji
66
;; Keywords: convenience

tabnine-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; tabnine-util.el --- TabNine Utilities functions -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2023 Aaron Ji
3+
;; Copyright (C) 2024 Aaron Ji
44

55
;; Author: Aaron Ji
66
;; Keywords: convenience

tabnine.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
;; Tommy Xiang <[email protected]>
77
;; John Gong <[email protected]>
88
;;
9-
;; Version: 0.0.2
10-
;; 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"))
9+
;; Version: 0.0.3
10+
;; Package-Requires: ((emacs "27.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"))
1111
;; Keywords: convenience
1212
;; URL: https://github.com/shuxiao9058/tabnine/
1313

0 commit comments

Comments
 (0)