Browse Source

Set cc-mode as default style

master
Raphael Roberts 4 years ago
parent
commit
c92792027d
  1. 9
      custom.el

9
custom.el

@ -3,6 +3,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(auth-source-save-behavior nil)
'(auto-save-file-name-transforms
'((".*" "~/.emacs.d/autosave/" t)))
'(aw-dispatch-when-more-than 2)
@ -10,6 +11,11 @@
'((".*" . "~/.emacs.d/backup")))
'(browse-kill-ring-display-duplicates
nil)
'(c-default-style
'((c-mode . "cc-mode")
(java-mode . "java")
(awk-mode . "awk")
(other . "gnu")))
'(company-show-numbers t)
'(custom-safe-themes
'("e29a6c66d4c383dbda21f48effe83a1c2a1058a17ac506d60889aba36685ed94"
@ -69,8 +75,7 @@
'(ibuffer-show-empty-filter-groups
nil)
'(iedit-toggle-key-default
"M-]"
t)
"M-]")
'(inhibit-startup-screen t)
'(kill-ring-max 500)
'(magit-status-sections-hook

Loading…
Cancel
Save