mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-30 12:22:31 -08:00
fix(cc): replace opencl-mode with opencl-c-mode
This commit is contained in:
parent
9111d9b74c
commit
ea098dcc1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue