Compare commits
No commits in common. "e19e5b0a4e897ae38713bb1ff75c1772df8eda12" and "3fad3b9758c886d9b18819eafda59148bc157b89" have entirely different histories.
e19e5b0a4e
...
3fad3b9758
1 changed files with 0 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue