Doom emacs installation
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d cd ~/.emacs.d git checkout develop cd bin/ ~/.emacs.d/bin/doom -y quickstart ~/.emacs.d/bin/doom -y refresh
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d cd ~/.emacs.d git checkout develop cd bin/ ~/.emacs.d/bin/doom -y quickstart ~/.emacs.d/bin/doom -y refresh
find ./ -name "*.c" -o -name "*.h" | awk '{printf("\"%s\"\n", $0)}' > cscope.files cscope -Rbq -i cscope.files
we need to deal with spaces in the path for cscope.
find ./ -name "*.c" -o -name "*.h" > gtags.files gtags