doomemacs/modules/ui/fill-column/packages.el
Steven vanZyl 5eb03ae45b Change fill-column conditionals to use macro
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
2020-10-05 10:14:54 -04:00

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"))