(custom-set-variables ;; custom-set-variables was added by Custom. ;; 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. '(delete-selection-mode t) '(show-paren-mode t) '(show-trailing-whitespace t) '(transient-mark-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; 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. ) (setq c-default-style "linux") (setq-default c-basic-offset 8 tab-width 8 indent-tabs-mode t) (global-set-key [\C-tab] 'dabbrev-expand) (setq inhibit-splash-screen t) (require 'erin)