From: Peng Li Date: Sun, 4 Sep 2016 15:11:00 +0000 (+0800) Subject: emacs - add .mm file for objec mode X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=b19729eca7c8966d69f4d91da52e1c72bcd818a7;p=dotfiles.git emacs - add .mm file for objec mode --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 1739385..5b24108 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1921,6 +1921,9 @@ C/C++ ide tools (list c-mode-map c++-mode-map objc-mode-map)) + + ;; objective c + (add-to-list 'auto-mode-alist '("\\.mm\\'" . objc-mode)) #+END_SRC *** irony @@ -2034,7 +2037,6 @@ irony-company (global-semantic-idle-scheduler-mode 1) (semantic-mode 1) - #+END_SRC *** google C style