2020-12-01から1ヶ月間の記事一覧

2020私的5大ニュース

【第1位】頸椎椎間板ヘルニア & 変形性頚椎症 まぁ、今年はこれに振り回されました。 春先から左肩〜肘〜手首〜親指にかけて痛みとしびれがあって、 COVID-19とかもあってだましだまし過ごしてたのですが、 7月に思い切って整形外科へ行って判明。 投薬、カ…

Windows 向けの GitHub Actions で PATH を通すとき

はじめに scoop をインストールする Action を作っていてハマったので、ちょっと備忘録 そんなにちゃんと調べてません (滝汗) TL;DR 普通の Windows 形式のパスなら何も考えずに $GITHUB_PATH のファイルに追記すれば OK 例(shell: pwsh の場合): echo C:\Us…

Preview in plantuml-mode on macOS Emacs

I encountered 2 issues to preview in plantuml-mode on macOS Emacs. I resolved them but please tell me if you have better solution. TL;DR Upgrade your Java runtime to resolve CoreText warnings to stdout Disable headless option For plantuml-…

scoop でインストールした plantuml と plantuml-mode on Emacs でプレビューできない件

Windows scoop でインストールした plantuml Emacs の plantuml-mode http://plantuml.com/ のオンライン変換を使うのではなく、以下のような設定でローカルで変換する (setq plantuml-executable-path (executable-find "plantuml")) (setq plantuml-defaul…

emacs --daemon + emacsclient で起動したときも、daemon 使わず起動したときも期待通りの設定で動くようにする (途中)

途中なんだけどメモっておかないと忘れるので。 やりたいことは… Emacs の起動高速化したい、 emacs --daemon が使えそう 今すでにある「環境によらず同じ初期化ファイル」というのはキープしたい emacs --daemon + emacsclient も、単に emacs を起動しても…