projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
746c8c1
)
[emacs] company-dabbrev: don't ever change casing of completions
author
Amin Bandali
<amin@gnu.org>
Sat, 15 Sep 2018 15:38:13 +0000
(11:38 -0400)
committer
Amin Bandali
<amin@gnu.org>
Sat, 15 Sep 2018 15:38:13 +0000
(11:38 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
636214a
..
5ab27cb
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1012,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-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
:config
(global-company-mode t))
#+end_src