summaryrefslogtreecommitdiff
path: root/lisp/cpp.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-27 21:33:20 -0400
committermattkae <mattkae@protonmail.com>2023-03-27 21:33:20 -0400
commit01756486d650c3945f7f964313c4eb13ac700746 (patch)
treeb09415e45281adc695093f4f953991c836ec268a /lisp/cpp.el
parent8a9b9d83d17ccd59bbefe2da3cd2e79c0d363025 (diff)
Fix for mistaken org directory and cpp styles
Diffstat (limited to 'lisp/cpp.el')
-rw-r--r--lisp/cpp.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cpp.el b/lisp/cpp.el
index 8c7b069..ab8cffc 100644
--- a/lisp/cpp.el
+++ b/lisp/cpp.el
@@ -25,5 +25,8 @@
(interactive "Enter the name of the class: ")
)
+(defun me:c-mode-config ()
+ (c-set-style "ellemtel"))
+
(provide 'cpp)
;;; cpp.el ends here