equal
deleted
inserted
replaced
1936 ) |
1936 ) |
1937 (eval-after-load 'compile |
1937 (eval-after-load 'compile |
1938 '(progn |
1938 '(progn |
1939 (define-key compilation-mode-map [C-return] 'my-comint-send-string) |
1939 (define-key compilation-mode-map [C-return] 'my-comint-send-string) |
1940 )) |
1940 )) |
|
1941 |
|
1942 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
1943 (message "scons") |
|
1944 |
|
1945 (add-to-list 'auto-mode-alist '("SConstruct\\'" . python-mode)) |
|
1946 (add-to-list 'auto-mode-alist '("SConscript\\'" . python-mode)) |
1941 |
1947 |
1942 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1948 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1943 (message "TAGS, etags, ctags, GNU GLOBAL") |
1949 (message "TAGS, etags, ctags, GNU GLOBAL") |
1944 |
1950 |
1945 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to |
1951 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to |