From a14589017806fb757e665476a0d6217be196351f Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 16 Jul 2021 21:14:33 +0200 Subject: [PATCH] Fix some things --- files/.zshrc | 2 -- files/init.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index 0e9fea1..a1adc42 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -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" diff --git a/files/init.el b/files/init.el index f28ba7a..e69e792 100644 --- a/files/init.el +++ b/files/init.el @@ -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