mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
This package requires 29+ and will fail otherwise (it depends on pixel-scroll-precision-mode).
5 lines
190 B
EmacsLisp
5 lines
190 B
EmacsLisp
;;; ui/smooth-scroll/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(unless (fboundp 'pixel-scroll-precision-mode)
|
|
(error! "Emacs <= 29 detected. The :ui smooth-scroll module will not function"))
|