Compare commits

..

No commits in common. "e19e5b0a4e897ae38713bb1ff75c1772df8eda12" and "3fad3b9758c886d9b18819eafda59148bc157b89" have entirely different histories.

View file

@ -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)