この記事は議論のたたき台で、ポジショントークや、偏見にまみれています。
- 古典的なサーバーサイド WAF への +α の味付け
- 大規模なクライアントアプリケーション管理のための SPA
- SEO / SSR を考慮した Node ヘヴィーな環境
他、提唱されてるパターン
| ;; Assign typescript-mode to .tsx files | |
| (add-to-list 'auto-mode-alist '("\\.tsx\\'" . typescript-mode)) | |
| (require 'mmm-mode) | |
| (setq mmm-global-mode t) | |
| (setq mmm-submode-decoration-level 0) ;; Turn off background highlight | |
| ;; Add css mode for CSS in JS blocks | |
| (mmm-add-classes | |
| '((mmm-styled-mode |
AGQR の放送を保存するスクリプト.
というバグが存在する.
| ;;; amitp-mode-line.el --- Mode line customisation and beautification by Amit P | |
| ;;; Author: Amit J Patel <amitp@cs.stanford.edu> | |
| ;;; Version: 1.0 | |
| ;;; Commentary: | |
| ;; Just a lovely mode line customisation - Packaged from the blog post at | |
| ;; http://amitp.blogspot.sg/2011/08/emacs-custom-mode-line.html | |
| ;;; Licence: GPL |