diff options
author | Yuchen Pei <id@ypei.org> | 2024-12-22 16:37:44 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-12-22 16:37:44 +1100 |
commit | c997f63695502f1160524b2e76ea7358ad341bb1 (patch) | |
tree | 9c80ba1c271b710c230b31ca9e432c7f0618418c /misc | |
parent | 76865e3e10a28c024275511e2348fb1b702650ce (diff) |
[emacs] [bashrc] Multiple changes
- use custom mastodon.el
- turn off flyspell in org-jira mode because it slows down
significantly
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/.bashrc b/misc/.bashrc index e964fbd..b425d61 100644 --- a/misc/.bashrc +++ b/misc/.bashrc @@ -282,3 +282,6 @@ gs-extract() { gs-merge() { gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=$* } + +# dptrp1 +alias quaderno="dptrp1 --addr $QUADERNO_IP" |