Tag: Emacs

  • Using LLDB on Emacs (dap-mode & dap-lldb & lldb-vscode) for macOS

    Using LLDB on Emacs (dap-mode & dap-lldb & lldb-vscode) for macOS

    Debug C/Objective-C with dap-mode/dap-lldb of Emacs. It uses LLDBVSCode that is an extension of Visual Studio Code.

  • Debug C and Objective-C of Emacs with LLDB on macOS Big Sur

    Debug C and Objective-C of Emacs with LLDB on macOS Big Sur

    Introduction to debug Emacs pretest version with LLDB. It could handle Objective-C’s selector, you can get variable in debugging.

  • HugoとOrg-modeでブログを書く

    HugoとOrg-modeでブログを書く

    Hugoが Org-mode をサポートしました。 Markdown から乗り換えの時期がやってきました。 はじめに 振り返ると色々とブログ(サービス or ツール)を切り替えてきました。 手打ちHTML ブロッサムだかブルッサムだか Movable Type WordPress WordPress.com はてなダイヤリー はてなブログ 自作ブログエンジン (ASP.NET MVC) Hugo & Org-mode & Azure WebApps & Azure CDN & Onedrive Hugo & Org-mode & Netlify & GitHub 現在は上記10でやっています。 HugoとNetlifyの流れ Org-modeのフォーマットで記事を書く HugoでHTMLに変換する その内容をgit commit && git push netlifyが反応して、サーバーに記事が展開される セットアップ macOSでやっています。HugoはHomebrew経由でインストールが可能です。 そのほかはこんな感じです。 Org-modeはEmacsに組み込まれているので、Emacsをインストールします。 netlifyは色々とやりましたが、画面の指示に従えばできました。 Summary 以下に解説があります。 Hugoのサマリー機能を理解する。そしてブログのパフォーマンス改善へ。 | Goldstine研究所 Content…