Remove project specific settings from general config
This commit is contained in:
parent
0f6f65b198
commit
2cf00a921b
1 changed files with 0 additions and 11 deletions
11
config.org
11
config.org
|
|
@ -449,17 +449,6 @@ Some basic C-coding settings (style, indentation offset, ...).
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; default coding style
|
;; default coding style
|
||||||
(setq c-default-style "linux")
|
(setq c-default-style "linux")
|
||||||
|
|
||||||
;; sane indentation offset
|
|
||||||
(setq c-basic-offset 4)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Tabs vs spaces
|
|
||||||
|
|
||||||
Tabs are evil.
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(setq-default indent-tabs-mode nil)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Undo-tree
|
* Undo-tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue