@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

2016-11-09から1日間の記事一覧

Emacsでclhsコマンドを経由して、カーソル位置にあるシンボルをHyperSpecで調べる

前の記事でclhsコマンドを使えるようにしたので、カーソル位置のシンボルを引数にclhsコマンドを呼べるようにした。 clhsにはパスが通っている前提。 (require 'thingatpt) (defun clhs-symbol () (interactive) (shell-command (concat "clhs " (thing-at-p…