fix(cc): replace opencl-mode with opencl-c-mode

This commit is contained in:
mysticpixel42
2025-01-03 14:25:12 -08:00
committed by Henrik Lissner
parent 9111d9b74c
commit ea098dcc1f

View File

@ -1,7 +1,7 @@
;;; lang/cc/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.cl\\'" . opencl-mode))
(add-to-list 'auto-mode-alist '("\\.cl\\'" . opencl-c-mode))
;; The plusses in c++-mode can be annoying to search for ivy/helm (which reads
;; queries as regexps), so we add these for convenience.