エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
nginx-modeはELPAまたはGithub ajc / nginx-modeから入手。 通常は.confファイルを開くとconf-modeが適... nginx-modeはELPAまたはGithub ajc / nginx-modeから入手。 通常は.confファイルを開くとconf-modeが適用されます。 confファイルであり、かつパスに"nginx"の文字が含まれているとnginx-modeを適用する設定です。 nginxフォルダ以下で複数のconfファイルに毎回 "M-x nginx-mode" としなくてもいいので便利かもしれません。 (require 'nginx-mode) ;;(add-to-list 'auto-mode-alist '("nginx\\.conf$" . nginx-mode)) (add-hook 'conf-mode-hook (lambda () (when (string-match "nginx" (buffer-file-name)) (nginx-mode))))