summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-02 11:30:28 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-02 11:30:28 +0000
commit9cd75d313429f86f90dda0ac382556201f10df63 (patch)
tree81a2a4c4debd5ac15b042daf40d96eff0b3534aa
parent47bc1449d7b9808c7c23a366eea2304d8acb209f (diff)
Enabled company mode for ledger-mode
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 2e4602c..9195079 100644
--- a/init.el
+++ b/init.el
@@ -840,7 +840,7 @@
;; this config works better with yasnippet
(use-package company
:diminish company-mode
- :hook ((prog-mode LaTeX-mode latex-mode ess-r-mode) . company-mode)
+ :hook ((prog-mode LaTeX-mode latex-mode ess-r-mode ledger-mode) . company-mode)
:bind
(:map company-active-map
([tab] . smarter-yas-expand-next-field-complete)