Posts


EmacsのNative Compilationの性能を測定する

Emacsに来たnative compileを試す で --with-native-compilation オプション付で Emacsをビルドして、とりあえず eln ファイルができて、elファイルがコンパ...... [Read More]

Emacsに来たnative compileを試す

Emacsのlispファイルをnativeでcompileする、いわゆる gccemacs が Masterブランチにマージされたので、さっそく試してみた。 https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=289000eee729689b0cf362a21baa40ac7f9506f6 環...... [Read More]

My Emacs Config

Early Init Emacs 27から early-init.el が追加された。 正直、速度的な効果は感じられないが、せっかくなので追加している。 ヘッダ ;;; early-init.el --- My early-init script -*- coding: utf-8 ; lexical-binding: t -*- ;; Author: grugrut <[email protected]> ;; URL: ;;...... [Read More]

Emacsで現在利用しているメモリを確認する

これは、Emacs Advent Calendar 2020 の23日目の記事です。 12月書けなくて他の人に書いてもらったのだけど、せっかくまだ書かれてない日が残ってたのでアドベ...... [Read More]

HelmからIvyに差分小さく移行する

いろいろあって、HelmからIvyに移行を進めている。 いろいろは以下の理由からだが、特に前2つによるものが大きく、でも移行面倒くさいと思って...... [Read More]