mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cc): replace opencl-mode with opencl-c-mode
This commit is contained in:
committed by
Henrik Lissner
parent
9111d9b74c
commit
ea098dcc1f
@ -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.
|
||||
|
Reference in New Issue
Block a user