equal
deleted
inserted
replaced
2003 (when (equal window-system 'w32) |
2003 (when (equal window-system 'w32) |
2004 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
2004 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
2005 ) |
2005 ) |
2006 |
2006 |
2007 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2007 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
2008 (message "SML, Standard ML") |
|
2009 |
|
2010 (eval-after-load 'sml |
|
2011 '(progn |
|
2012 (define-key sml-mode-map (kbd "C-c C-p") 'sml-send-function) |
|
2013 )) |
|
2014 |
|
2015 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2008 (message "javascript, js") |
2016 (message "javascript, js") |
2009 |
2017 |
2010 ;; (if (>= emacs-major-version 23) |
2018 ;; (if (>= emacs-major-version 23) |
2011 ;; (add-to-list 'auto-mode-alist '("\\.js$" . js-mode)) |
2019 ;; (add-to-list 'auto-mode-alist '("\\.js$" . js-mode)) |
2012 ;; (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode)) |
2020 ;; (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode)) |