seagle0128/doom-modeline@bed80b82d7 -> seagle0128/doom-modeline@b66d5e5006 - Fixes error with eglot 1.9 (due to rename of eglot--major-mode)
9 lines
396 B
EmacsLisp
9 lines
396 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/modeline/packages.el
|
|
|
|
(unless (modulep! +light)
|
|
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830")
|
|
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615"))
|
|
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
|
(when (modulep! :editor evil)
|
|
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|