forked from colonelpanic/dotfiles
updates for mu4e and erc.
This commit is contained in:
@@ -84,11 +84,13 @@
|
||||
"lzip",
|
||||
"make",
|
||||
"mercurial",
|
||||
"mu",
|
||||
"netcat",
|
||||
"nettle",
|
||||
"ngrep",
|
||||
"nmap",
|
||||
"node",
|
||||
"offline-imap",
|
||||
"openssl",
|
||||
"ossp-uuid",
|
||||
"pandoc",
|
||||
|
Submodule dotfiles/emacs.d updated: 82a439cd2f...465abf6de2
@@ -70,6 +70,10 @@ function emacs_open {
|
||||
focus_emacs
|
||||
}
|
||||
|
||||
function time_emacs {
|
||||
time \emacs --daemon="timing" && emacsclient -e "(kill-emacs)" --server-file="timing"
|
||||
}
|
||||
|
||||
# Make emacs the default editor.
|
||||
export EDITOR='emacs_open'
|
||||
export VISUAL="$EDITOR"
|
||||
|
@@ -270,3 +270,9 @@ function track_modified {
|
||||
function python_module_path {
|
||||
python -c "import os, $1; print(os.path.dirname($1.__file__))"
|
||||
}
|
||||
|
||||
function mu4e_directory {
|
||||
if is_osx; then
|
||||
echo "$(brew --prefix mu)/share/emacs/site-lisp/mu4e"
|
||||
fi
|
||||
}
|
||||
|
@@ -3,6 +3,7 @@ for filename in ~/.lib/zsh/*; do
|
||||
done
|
||||
|
||||
alias srczsh="source ~/.zshrc"
|
||||
alias zshenv="source ~/.zshenv"
|
||||
|
||||
# Online help.
|
||||
unalias run-help 2> /dev/null 1>/dev/null
|
||||
|
@@ -2,4 +2,4 @@
|
||||
source ~/.lib/shellrc.sh
|
||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
||||
source ~/.lib/zsh.sh
|
||||
test -r ~/custom.zsh && source ~/custom.zsh
|
||||
test -r ~/.custom.sh && source ~/.custom.sh
|
||||
|
Reference in New Issue
Block a user