diff options
Diffstat (limited to 'shell/_emacs.d/tools/profiler/run_profiler.el')
-rw-r--r-- | shell/_emacs.d/tools/profiler/run_profiler.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/_emacs.d/tools/profiler/run_profiler.el b/shell/_emacs.d/tools/profiler/run_profiler.el new file mode 100644 index 0000000..39939c2 --- /dev/null +++ b/shell/_emacs.d/tools/profiler/run_profiler.el @@ -0,0 +1,2 @@ +;; won't work unless .emacs exists +(eshell-command "emacs -Q -l ~/.emacs.d/tools/profiler/profile-dotemacs.el -f profile-dotemacs") |