Emacs
やはりリリースノートはない github.com
Emacs 30.2 is a maintenance release. https://www.gnu.org/software/emacs/news/NEWS.30.2 www.gnu.org
相変わらずリリースノートはない github.com
凝ったシャレオツなインジンジケータがうまく表示できなかったり、対話形式で複雑めなインタラクションが可能な今風なコマンドラインツールがまともに使えなかったりしていました 自分はこれをgemini-cliなどで感じている シャレオツインジケータがうまく表…
gemini-cliのインタラクティブモードでプロンプトを投げたいが、世に出回ってるターミナルのWezTermやiTerm2では日本語入力がもっさりしてるしあんまり見た目も気に入らない(画面下に表示されるし候補がリアルタイムに変換できない)ので、Emacsのシェルでや…
公式が丁寧に紹介してくれてる (use-package web-mode :ensure t :mode (("\\.phtml\\'" . web-mode) ("\\.php\\'" . web-mode) ("\\.tpl\\'" . web-mode) ("\\.[agj]sp\\'" . web-mode) ("\\.as[cp]x\\'" . web-mode) ("\\.erb\\'" . web-mode) ("\\.mustac…
(use-package protobuf-mode :ensure t :mode (("\\.proto\\'" . protobuf-mode))) github.com protobuf.dev
use-packageでの設定も書いてあった (use-package terraform-mode ;; if using straight ;; :straight t ;; if using package.el ;; :ensure t :custom (terraform-indent-level 4) :config (defun my-terraform-mode-init () ;; if you want to use outline…
特にrequireとか必要ない (cua-mode t) (setq cua-enable-cua-keys nil) ; デフォルトキーバインドを無効化 qiita.com ayatakesi.github.io
M-x package-install fish-mode ;; fish (use-package fish-mode :ensure t ) github.com
;; lua (use-package lua-mode :ensure t ) github.com
make-backup-files バックアップファイルを作成するかどうかを決定 auto-save-default ファイルをvisitするバッファーの自動保存がデフォルトで有効になり、それ以外では有効にならない create-lockfiles ロックファイルの作成を抑制 ayatakesi.github.io ay…
(use-package helm-ag :ensure t :bind ("M-g ." . helm-ag) :config (setq helm-ag-base-command "rg -S --vimgrep --no-heading") (setq helm-M-x-fuzzy-match t) ) 参考 emacs.readthedocs.io qiita.com gist.github.com github.com
;; helm swoop (use-package helm-swoop :ensure t :bind (("M-i" . helm-swoop) ("M-o" . helm-swoop-back-to-last-point)) :init (bind-key "M-s" 'helm-swoop-from-isearch isearch-mode-map)) github.com github.com
統一的なわかりやすい記述で書くことができるようになるライブラリ 地味にEmacs標準ではなかった… (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) jwiegley.github.io qiita.com
難しい (use-package helm :bind (:map helm-command-map ("C-c h" . helm-execute-persistent-action))) www.gnu.org
Emacs標準機能で、ソースコードには以下書いてある In WDired mode, you can edit the names of the files in the buffer, the target of the links, and the permission bits of the files. After typing \\[wdired-finish-edit], Emacs modifies the files…
もう数年くらい前からJetBrains課金しててIntelliJメインで使ってるけど、open-junk-fileのメモ書きだったりちょっとしたファイルのcatでいまだに使ってる 職種はSREで、コーディング的なのもIaCがメインで、CloudFormationとかTerraformとかKubernetesとか…
何もない… github.com
いつものNo content github.com
リリースノートはございません github.com
リリースノートがない github.com
やはりchangelogが無い github.com
Emacs 29にした後でeggからgit commitしようとしたら Symbol’s function definition is void: turn-on-iimage-mode なるエラーが出て怒られた。turn-on-iimage-modeがない???ってことなので、eggのソースコードは最終コミット数年前とかだけどturn-on-iim…
Caskを使っている状態で、ふと気になってEmacsを28から29.1に上げると、symbol's function definition is void: cask-initializeが出まくるのでなんか色々ダメな気配を感じていた Why is everything you say inconsistent with cask.readthedocs.io? I would…
kebabとか忘れそうになる (string-inflection-underscore-function "EmacsLisp") ; => "emacs_lisp" (string-inflection-pascal-case-function "emacs_lisp") ; => "EmacsLisp" (string-inflection-camelcase-function "emacs_lisp") ; => "emacsLisp" (stri…
github.com
Kubernetesのhelmじゃない github.com
例えば (hoge, fuga) で (hoge, をマッチさせたい時は (.*, って書く \( とか \\( とかやっても上手くマッチしない www.yamamo10.jp
Release emacs-29.0.92 · emacs-mirror/emacs · GitHub 何がリリースされたのか