X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/2e7aa30f7e46eabf984adc1018d7ccbdfefecca8..79ea0d2ab4d14d9ce10e57711bb3b5728be595a9:/init.org diff --git a/init.org b/init.org index 3448670..e4c7a1e 100644 --- a/init.org +++ b/init.org @@ -1065,7 +1065,8 @@ TODO: break this giant source block down into individual org sections. :defer 5 :bind (:map company-active-map - ([tab] . company-complete-common-or-cycle)) + ([tab] . company-complete-common-or-cycle) + ([escape] . company-abort)) :custom (company-idle-delay 0.3) (company-minimum-prefix-length 1) @@ -1529,7 +1530,8 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (use-package highlight-indent-guides :demand t :hook ((prog-mode . highlight-indent-guides-mode) - (org-mode . highlight-indent-guides-mode)) + ;; (org-mode . highlight-indent-guides-mode) + ) :config (setq highlight-indent-guides-character ?\|) (setq highlight-indent-guides-auto-enabled nil)