mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Why are Java and C coupled?
This commit is contained in:
parent
eb68b6421d
commit
f866d1f089
4
init.org
4
init.org
@ -956,7 +956,7 @@
|
||||
(lambda () (setq forward-sexp-function nil)))
|
||||
#+END_SRC
|
||||
|
||||
** Java and C
|
||||
** C
|
||||
|
||||
The =c-mode-common-hook= is a general hook that work on all C-like
|
||||
languages (C, C++, Java, etc...). I like being able to quickly compile
|
||||
@ -969,6 +969,8 @@
|
||||
(add-hook 'c-mode-hook 'c-setup)
|
||||
#+END_SRC
|
||||
|
||||
** Java
|
||||
|
||||
Some statements in Java appear often, and become tedious to write
|
||||
out. We can use abbrevs to speed this up.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user