2024-01-09から1日間の記事一覧

【Emacs】thingoptは便利

こんな感じで使っている. thingoptはMELPAからインストール可能. (require 'thingopt) (define-thing-commands) (global-set-key (kbd "C-,") #'mark-word*) (global-set-key (kbd "C-.") #'mark-symbol) (global-set-key (kbd "C-M-,") #'mark-string) (g…