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:
parent
c0e905c044
commit
77924c8feb
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue