mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix: when-let for Emacs26.
This commit is contained in:
parent
50dd005286
commit
9a8231ca35
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
(require 'shrink-path)
|
||||
|
||||
(when (>= emacs-major-version 26)
|
||||
(require 'subr-x)
|
||||
(defalias 'when-let 'when-let*))
|
||||
|
||||
(eval-and-compile
|
||||
|
|
Loading…
Reference in a new issue