From 2d3c45e6f03d228f950fb8db2abf32c01986429c Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 15 Aug 2025 15:22:02 -0500 Subject: [PATCH] Don't need that anymore --- config-ext.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/config-ext.org b/config-ext.org index cf40675..72f8048 100644 --- a/config-ext.org +++ b/config-ext.org @@ -136,8 +136,6 @@ ** font-lock-studio #+begin_src emacs-lisp (use-package font-lock-studio) - (when (>= emacs-major-version 29) - (define-obsolete-function-alias 'font-lock-fontify-syntactically-region #'font-lock-default-fontify-syntactically "29.1")) #+end_src * pdf-tools use isearch #+BEGIN_SRC emacs-lisp