diff options
author | Steph Enders <steph@senders.io> | 2023-03-30 10:56:06 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-03-30 10:56:06 -0400 |
commit | 85b687b6bd96de9a90c63b133f9b0482938e893d (patch) | |
tree | 3dd295a63b2fb4e9a38c6dbd24c31b51d1e3689e | |
parent | 04f13f148e8915ca06a7332c086398ab56a92c21 (diff) |
Alias emacsclient for systemd emacs server utils
In conjunction with our em file (to be setup in senders/bin) to be able
to load emacsclient in a GUI when needed.
Reminder em -c is needed to invoke a new gui if none is present.
-rw-r--r-- | .bash_profile | 2 | ||||
-rw-r--r-- | README.org | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 3469494..358ba8a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -62,7 +62,7 @@ alias exoff='mmon; xrandr --output DP-1 --off' alias ssh-evict='ssh-keygen -f "/home/senders/.ssh/known_hosts" -R' alias add-ssh='ssh-add ~/.ssh/id_rsa' alias tlmgr='/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode' - +alias nem='emacsclient -nw' # Private Bash Profile for things I don't want in git if [ -f ~/.pc_local_bash_profile ]; then . ~/.pc_local_bash_profile @@ -48,6 +48,13 @@ I don't have a good solution for how to version control these local changes - bu To ignore files simply amend the =.stowrc= file with an =--ignore=<regex>= . +** Next Steps + +Remember to also setup some files and configurations: +[[https://git.senders.io/senders/bin][Custom bin files repo]] and other "default files" + +For example ~em~ is our emacs custom script that will load a default file from ~dmenu~ if no argument is present. This will be typically our ~Tasks.org~ file, but we need to set that =~/.emacs.d/.default_file= symlink. + ** LICENSE I threw the 0BSD on here since you could PROBABLY classify some of this as code, and frankly, I don't give a crap about anything that's in here. Use it! This is all cool stuff, and I don't need any attribution, most of this is evolved from interenet examples anyway! |