Add company to help with my po-mode.

This commit is contained in:
Julien Palard 2021-05-01 10:40:57 +02:00
parent 2766217bf5
commit e10c28c2c4
1 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@
(global-set-key "\C-cb" 'org-switchb)
(add-hook 'write-file-hooks 'delete-trailing-whitespace)
(add-hook 'after-init-hook 'global-company-mode)
;; Enable backup files.
(setq make-backup-files t)
@ -215,7 +216,7 @@
'(frame-background-mode 'dark)
'(lsp-ui-sideline-show-code-actions nil)
'(package-selected-packages
'(yasnippet-snippets lsp-ui use-package lsp-jedi lsp-mode zenburn-theme markdown-mode org po-mode blacken yaml-mode)))
'(company yasnippet-snippets lsp-ui use-package lsp-jedi lsp-mode zenburn-theme markdown-mode org po-mode blacken yaml-mode)))
(load-theme 'zenburn t)
(set-face-attribute 'lsp-face-highlight-textual nil