エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
(use-package s :ensure t) (require 's) (defun our-django--get-project-root-directory () "Djangoの... (use-package s :ensure t) (require 's) (defun our-django--get-project-root-directory () "Djangoのprojectのrootディレクトリを取得する" (locate-dominating-file (or buffer-file-name default-directory) "manage.py")) (defun our-django--generate-command (command &optional options) "Djangoのコマンドを生成する" (format "python manage.py %s %s" command (or options ""))) (defun our-django--get-run-test-command (file-name current-