The conditionals in the `fill-column` module used the raw version number, this commit changes them to use the macro provided by DOOM. Suggested by @gagbo
6 lines
220 B
EmacsLisp
6 lines
220 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/fill-column/packages.el
|
|
|
|
;; `hl-fill-column' is only used on Emacs versions before 27
|
|
(unless EMACS27+
|
|
(package! hl-fill-column :pin "5782a91ba0182c4e562fa0db6379ff9dd472856b"))
|