Add emacs console helper scripts
This commit is contained in:
6
bin/emacs-portfolio
Executable file
6
bin/emacs-portfolio
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Launch Emacs in terminal mode with portfolio tracker
|
||||
|
||||
EMACS_NO_DESKTOP=1 emacs -nw --eval "(progn
|
||||
(when (fboundp 'portfolio-tracker)
|
||||
(portfolio-tracker)))"
|
||||
Reference in New Issue
Block a user