Remove remaining Emacs27+ checks

- Remove remaining `EMACS27+` checks, since the whole codebase is
  assumed to run at version 27 or above now
- Remove `EMACS27+` definition since it's no longer needed
This commit is contained in:
Itai Y. Efrat 2021-07-10 15:52:19 +03:00
parent ba716d69f0
commit 34fae1c01c
8 changed files with 24 additions and 54 deletions

View file

@ -211,7 +211,7 @@ variable for an explanation of the defaults (in comments). See
tar-mode
(term term ansi-term multi-term)
tetris
,@(if EMACS27+ '(thread))
thread
tide
timer-list
transmission
@ -299,9 +299,8 @@ and complains if a module is loaded too early (during startup)."
(+evil-collection-init '(process-menu simple)))
(add-transient-hook! 'tabulated-list-mode
(+evil-collection-init 'tabulated-list))
(when EMACS27+
(add-transient-hook! 'tab-bar-mode
(+evil-collection-init 'tab-bar)))
(add-transient-hook! 'tab-bar-mode
(+evil-collection-init 'tab-bar))
;; HACK Do this ourselves because evil-collection break's `eval-after-load'
;; load order by loading their target plugin before applying keys. This