Skip to content

Instantly share code, notes, and snippets.

View makoto-unity's full-sized avatar

Makoto Ito makoto-unity

View GitHub Profile
using TM.Network;
public class GetWild
{
// Start is called before the first frame update
void Start()
{
//アスファルト タイヤを切りつけながら
while(GetAsphalt().Cut(tire))
{
;; 引数を load-path へ追加
;; normal-top-level-add-subdirs-to-load-path はディレクトリ中の中で
;; [A-Za-z] で開始する物だけ追加するので、追加したくない物は . や _ を先頭に付与しておけばロードしない
;; dolist は Emacs 21 から標準関数なので積極的に利用して良い
(defun add-to-load-path (&rest paths)
(let (path)
(dolist (path paths paths)
(let ((default-directory (expand-file-name (concat user-emacs-directory path))))
(add-to-list 'load-path default-directory)
(if (fboundp 'normal-top-level-add-subdirs-to-load-path)