Add alias for emacsclient and explain custom.

This commit is contained in:
2023-03-07 07:58:33 +13:00
parent 43ed1dbb03
commit fb9c270bef
2 changed files with 5 additions and 7 deletions

View File

@ -87,11 +87,6 @@ function bw_gitea () {
fi
}
# automate multimonitor command
alias hdmioff='xrandr --output HDMI-0 --off'
alias hdmion='xrandr --output HDMI-0 --auto --rate 144.00 --left-of DVI-I-0 --primary'
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
@ -103,8 +98,9 @@ if ! shopt -oq posix; then
fi
fi
# Configure emacs location
# Configure emacs location and aliases
export EMACSLOADPATH=~/Downloads/humacs:
alias e='emacsclient -a ""'
# Setup prompt
function color_my_prompt {

View File

@ -221,13 +221,15 @@ An integral part of our pair development workflow is [[https://github.com/humacs
#+NAME: Install and configure humacs
#+BEGIN_SRC tmate
# Clone down humac[s
# Clone down humacs
git clone --recursive https://github.com/jmhbnz/humacs /home/$USER/Downloads/
# Need to ensure environment variables are set for load path
export EMACSLOADPATH=/home/$USER/Downloads/humacs
#+END_SRC
Included in this repository is a ~.bashrc~ and ~humacs-custom.el~ which layer my personal preferences on top of humacs.
** Optional - Setup sbp powerline prompt