Add C config
This commit is contained in:
parent
3f54ab2ddd
commit
888627cd2e
1 changed files with 14 additions and 0 deletions
|
@ -1067,6 +1067,20 @@ Computing Environment".
|
|||
(add-hook 'cider-repl-mode-hook 'paredit-mode)
|
||||
#+END_SRC
|
||||
|
||||
** C Mode
|
||||
|
||||
Enable electric pair mode.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'c-mode-hook 'electric-pair-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
Enable electric indent mode.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'c-mode-hook 'electric-indent-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
* Applications
|
||||
|
||||
- [[file:init/dired-init.org][Dired]] :: The Emacs file manager. Very powerful, and I don't use it
|
||||
|
|
Loading…
Reference in a new issue