diff options
author | gxlin <[email protected]> | 2021-07-06 22:00:15 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-07-06 22:00:15 +0800 |
commit | 43b356933766807cff3cce9dda6955469f4df49c (patch) | |
tree | b13768fdd9c3d4fd00571870639a9100b1086bbf /.aliases | |
parent | 20f2705342e1c444bda1b4c9a2077408ae14389a (diff) | |
download | dotfiles-43b356933766807cff3cce9dda6955469f4df49c.tar.gz dotfiles-43b356933766807cff3cce9dda6955469f4df49c.tar.bz2 dotfiles-43b356933766807cff3cce9dda6955469f4df49c.zip |
Reorganized emacs config
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/env bash -alias mu4e='emacs -f mu4e' -alias todo='emacs ~/notes/todo.org' +alias emacs='emacs -nw' +alias mu4e='emacs -nw -f mu4e' +alias todo='emacs -nw ~/notes/todo.org' |