This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add 'gnu' c style for Quagga files. Undo dtrt-indent guessing.
master
ßingen
9 years ago
parent
2574f64923
commit
187d5cf5df
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
lisp/init-c.el
+ 1
- 0
lisp/init-c.el
View File
@@ -30,6 +30,7 @@
(when (and buffer-file-name
(string-match "quagga" buffer-file-name))
(c-set-style "gnu")
(dtrt-indent-undo)
(setq c-basic-offset 2
tab-width 8
indent-tabs-mode nil)))
Write
Preview
Loading…
Cancel
Save