X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5ebf65972c0fcd360fe4421b7d1f3683b90d40c6..94a3349df45219c12754c46752a41809653c5bfb:/init.org?ds=sidebyside diff --git a/init.org b/init.org index 41dd06a..5ab27cb 100644 --- a/init.org +++ b/init.org @@ -882,6 +882,8 @@ There's no way I could top that, so I won't attempt to. ("web" (or (mode . web-mode) + (mode . css-mode) + (mode . scss-mode) (mode . js2-mode))) ("shell" (or @@ -1010,6 +1012,8 @@ TODO: break this giant source block down into individual org sections. (company-minimum-prefix-length 1) (company-selection-wrap-around t) (company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]") + (company-dabbrev-downcase nil) + (company-dabbrev-ignore-case nil) :config (global-company-mode t)) #+end_src