Fix objc-mode auto-mode-alist regexp
It had no line terminator. COME WITH ME IF YOU WANT TO LIVE.
This commit is contained in:
parent
7cd97588e6
commit
b7d619fc8e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ compilation database is present in the project.")
|
||||||
|
|
||||||
(def-package! cc-mode
|
(def-package! cc-mode
|
||||||
:commands (c-mode c++-mode objc-mode java-mode)
|
:commands (c-mode c++-mode objc-mode java-mode)
|
||||||
:mode ("\\.mm" . objc-mode)
|
:mode ("\\.mm\\'" . objc-mode)
|
||||||
:preface
|
:preface
|
||||||
(defalias 'cpp-mode 'c++-mode)
|
(defalias 'cpp-mode 'c++-mode)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue