LoginSignup
0
0

More than 5 years have passed since last update.

MacOS X 10.8.5 のemacsでdoxymacs

Last updated at Posted at 2014-05-23

普通にDoxymacs = Doxygen + Emacs から
ソースをDLして./configureしたら、x86_64用の何かが足りないようだった。。

ふと
brew search doxymacs
したらなんと有るじゃないか。

ということで
brew install doxymacs

その後
~/.emacs.d/init.el

(require 'doxymacs)
(add-hook 'c-mode-common-hook 'doxymacs-mode)

で動作した。。他に何もしてないはずなんだけどこれで動くのか。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0