emacs aliases

This commit is contained in:
2023-02-28 19:46:33 +01:00
parent 45b6f6fc93
commit 0de7ec0d7c
3 changed files with 8 additions and 1 deletions

View File

@@ -87,6 +87,9 @@ caffeine >/dev/null 2>&1 &
## Ulauncher ## Ulauncher
ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 & ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
# Emacs Server
emacs --daemon &
## THINKPAD-SPECIFIC ## THINKPAD-SPECIFIC
hash dockd && dockd --daemon & hash dockd && dockd --daemon &

View File

@@ -67,3 +67,7 @@ alias hist10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
# Default xclip to use Ctrl-c/Ctrl-v clipboard # Default xclip to use Ctrl-c/Ctrl-v clipboard
alias xclip="xclip -selection c" alias xclip="xclip -selection c"
alias :q="exit" alias :q="exit"
# Emacs startup
alias emacs="emacsclient -c -n"
alias em="emacs"

View File

@@ -56,7 +56,7 @@ zinit ice depth"1" ##git clone depth
zinit light romkatv/powerlevel10k zinit light romkatv/powerlevel10k
zinit ice wait lucid zinit ice wait lucid
zinit light MichaelAquilina/zsh-you-should-use # zinit light MichaelAquilina/zsh-you-should-use
zinit ice wait lucid zinit ice wait lucid
zinit light laggardkernel/zsh-thefuck zinit light laggardkernel/zsh-thefuck