chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/public-git/profile
authorMark Wooding <mdw@distorted.org.uk>
Mon, 31 Dec 2012 05:32:58 +0000 (05:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 31 Dec 2012 05:32:58 +0000 (05:32 +0000)
* 'master' of git.distorted.org.uk:~mdw/public-git/profile:
  el/dot-emacs.el: Respect `indent-tabs-mode' when computing fill prefix.
  el/dot-emacs.el: Use #'FOO rather than (function FOO).
  dot/emacs: Use `makefile-mode' for *.make files.

1  2 
dot/emacs

diff --combined dot/emacs
index ceef41422cc936ac325c3904e7ea9ee93002f7be,b35e95ffc21652974c200557d973774631538b04..20daa9b0818a2907a0c766ee1d14d1adf226749d
+++ b/dot/emacs
                ("\\.cs$" . csharp-mode)
                ("\\.go$" . go-mode)
                ("\\.org$" . org-mode)
+               ("\\.make$" . makefile-mode)
                ;; ("/[ch]/" . c-mode)
                (,(concat "/\\("
                          "\\.stgit\\.msg" "\\|"
                ("@PYTHON@" . python-mode)
                ("@PERL@" . perl-mode)
                ("@TCLSH@" . tcl-mode)
 -              ("@WISH@" . tcl-mode))
 +              ("@WISH@" . tcl-mode)
 +              ("/tclsh" . tcl-mode)
 +              ("/wish" . tcl-mode))
              interpreter-mode-alist))
  
  (setq completion-ignored-extensions