--------- --------- ---------|
--------+ +++++++++ ---------|
--------- --------- ---------|
(put-text-property 40 50 'read-only t)+ のところがREAD ONLYになる
文字を移動してもその属性の文字の箇所にプロパティがついてくる
| (require 'dom) | |
| (require 's) | |
| (require 'url) | |
| (defconst mast-search-url "DUMMY") | |
| (defconst mast-search-user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36") | |
| (defvar mast-search-buffer-name "*mast-search*") | |
| (defvar mast-search-buffer nil) | |
| (defvar mast-search-posts nil) |
--------- --------- ---------|
--------+ +++++++++ ---------|
--------- --------- ---------|
(put-text-property 40 50 'read-only t)+ のところがREAD ONLYになる
文字を移動してもその属性の文字の箇所にプロパティがついてくる
| 使える文字列 | 内容 |
|---|---|
| b | 既存バッファ名 |
| B | バッファ名(新規含む) |
| d | ディレクトリ名 |
| f | 既存ファイル名 |
| F | ファイル名(新規含む) |
| n | 数値 |
| s | 文字列 |
| r | リージョン |
| (use-package dash) | |
| (setq our-org-files '("/path/to/your/org-file-01.org" | |
| "/path/to/your/org-file-02.org" | |
| "/path/to/your/org-file-03.org" | |
| )) | |
| (defun our-org-next-file () |
| alias ew='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init -nw --load .emacs.d/init.el' | |
| alias ewq='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init -nw' | |
| alias ge='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init --load .emacs.d/init.el' | |
| alias geq='emacs -q --no-site-file --no-splash --no-x-resources -f package-initialize --debug-init | |
| ' |
| import argparse | |
| import sys | |
| import yaml | |
| def main(argv=sys.argv[1:]): | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument('tag', default='default', nargs='?') | |
| parser.add_argument('-t', '--taskfile', default='Taskfile.yml') |
この記事はSHIROBAKO Advent Calendar 2016の13日目の記事です。
万策尽きたー で同じみの我らが愛すべき本田豊。1期で制作されていたアニメ えくそだすっ! の制作デスクです。
ちょっと小太りで、気が小さく、ケーキ好き。なかなかいいキャラですよね。
2期ではなぜか制作の仕事をやめて、ケーキ屋さんになってしまいました(しかも痩せた)。
今回はそんな彼が万策尽きた回数を数えたいと思います。 これを数えるために再度見返したのですが、時間の都合上12話しか見れなかったので、1期のみの回数になっています。