diff --git a/.emacs.bankruptcy/init.org b/.emacs.bankruptcy/init.org index f294fd5..1679f7e 100644 --- a/.emacs.bankruptcy/init.org +++ b/.emacs.bankruptcy/init.org @@ -630,6 +630,7 @@ targets." ("D" "~/Documents/" "Documents") ("b" "~/Documents/Books/" "Books") ("p" "~/Development/" "Dev") + ("r" "~/Repositories" "Repos") ("B" "~/pCloudDrive/" "pCloud"))) (define-key dirvish-mode-map (kbd "C-c f") #'dirvish-fd) @@ -926,7 +927,7 @@ Emacs is an great operating system, if only it had a good text editor... (define-key company-active-map (kbd "C-f") #'company-complete-selection) (define-key company-active-map [tab] #'company-complete-common-or-cycle) (define-key company-active-map (kbd "") (lambda () (interactive) (company-complete-common-or-cycle -1))) - (setq company-idle-delay 0 + (setq company-idle-delay 0.15 company-tooltip-idle-delay 10 company-require-match nil company-frontends '(company-preview-frontend company-echo-metadata-frontend)