Remove tab-prefix-map fix

Since we've bumped project.el in the :tools lsp module, which was the
cause of this error to begin with.
This commit is contained in:
Henrik Lissner 2020-11-29 15:01:44 -05:00
parent c0e905c044
commit 77924c8feb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -53,12 +53,6 @@
(setq file-name-handler-alist doom--initial-file-name-handler-alist)) (setq file-name-handler-alist doom--initial-file-name-handler-alist))
(add-hook 'emacs-startup-hook #'doom-reset-file-handler-alist-h)) (add-hook 'emacs-startup-hook #'doom-reset-file-handler-alist-h))
;; REVIEW Fixes 'void-variable tab-prefix-map' errors caused by packages that
;; prematurely use this variable before it was introduced. Remove this in
;; a year.
(unless (boundp 'tab-prefix-map)
(defvar tab-prefix-map (make-sparse-keymap)))
;; Just the bare necessities ;; Just the bare necessities
(require 'subr-x) (require 'subr-x)
(require 'cl-lib) (require 'cl-lib)