Dolda2000 GitWeb
/
doldaconnect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ChangeLog update.
[doldaconnect.git]
/
daemon
/
emacs-local
1
; -*-Lisp-*-
2
3
; Use with:
4
; (add-hook 'find-file-hooks
5
; (lambda ()
6
; (load (concat default-directory "emacs-local") t)))
7
8
(if
9
(string-match "\\.[ch]$" (buffer-file-name (current-buffer)))
10
(progn
11
(make-local-variable 'compile-command)
12
(setq compile-command "make -k 'CFLAGS=-g -Wall'")
13
))