This website requires JavaScript.
Explore
Help
Register
Sign in
finga
/
dotfiles-emacs
Watch
1
Star
0
Fork
You've already forked dotfiles-emacs
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
0115f40bbb
dotfiles-emacs
/
.emacs.d
/
config
/
c.el
4 lines
97 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Remove obvious and add meaningful comments Remove the obvious and add some meaningful comments.
2024-05-28 17:03:24 +02:00
;; set c style to linux and indention to 2
c, dev: Extract C config into separate file Move configuration regarding C into its own file.
2023-11-15 11:23:02 +01:00
(
setq
c-default-style
"
linux
"
c-basic-offset
2
)
Reference in a new issue
Copy permalink