Fix some things
This commit is contained in:
@@ -47,8 +47,6 @@ zstyle ':vcs_info:git:*' formats '|%b '
|
|||||||
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
|
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'"
|
||||||
alias fontscache="fc-cache -f -v"
|
alias fontscache="fc-cache -f -v"
|
||||||
alias ofen="cc"
|
alias ofen="cc"
|
||||||
alias uni="cd ~/data/nextcloud/uni"
|
|
||||||
alias duni="cd ~/dev/uni/"
|
|
||||||
|
|
||||||
if command -v rg &> /dev/null; then
|
if command -v rg &> /dev/null; then
|
||||||
alias grep="rg"
|
alias grep="rg"
|
||||||
|
|||||||
@@ -392,7 +392,7 @@
|
|||||||
(org-mode . company-mode)
|
(org-mode . company-mode)
|
||||||
:custom
|
:custom
|
||||||
(company-minimum-prefix-length 2)
|
(company-minimum-prefix-length 2)
|
||||||
(company-idle-delay 0.1)
|
(company-idle-delay 0.5)
|
||||||
:bind (:map company-active-map
|
:bind (:map company-active-map
|
||||||
("C-j" . company-select-next-or-abort) ;; down
|
("C-j" . company-select-next-or-abort) ;; down
|
||||||
("C-k" . company-select-previous-or-abort) ;; up
|
("C-k" . company-select-previous-or-abort) ;; up
|
||||||
|
|||||||
Reference in New Issue
Block a user