diff --git a/.emacs.d/config/dev.el b/.emacs.d/config/dev.el index 807533e..778c84c 100644 --- a/.emacs.d/config/dev.el +++ b/.emacs.d/config/dev.el @@ -46,14 +46,3 @@ (interactive (list (read-directory-name "Find files in directory: " nil "" t))) (let ((find-program "git-find")) (find-dired dir ""))) - -;; c -(setq c-default-style "linux" - c-basic-offset 2) - -(add-hook 'c-mode-hook - (lambda () - (set-fill-column 100))) - -;; enable flyspell checks for comments in code -(add-hook 'prog-mode-hook #'flyspell-prog-mode)