Fix some things

This commit is contained in:
Marco Thomas
2021-07-16 21:14:33 +02:00
parent 8fd6103138
commit a145890178
2 changed files with 1 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ zstyle ':vcs_info:git:*' formats '|%b '
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
alias fontscache="fc-cache -f -v"
alias ofen="cc"
alias uni="cd ~/data/nextcloud/uni"
alias duni="cd ~/dev/uni/"
if command -v rg &> /dev/null; then
alias grep="rg"

View File

@@ -392,7 +392,7 @@
(org-mode . company-mode)
:custom
(company-minimum-prefix-length 2)
(company-idle-delay 0.1)
(company-idle-delay 0.5)
:bind (:map company-active-map
("C-j" . company-select-next-or-abort) ;; down
("C-k" . company-select-previous-or-abort) ;; up