Compare commits
2 commits
65d5fd8705
...
853c462c33
Author | SHA1 | Date | |
---|---|---|---|
853c462c33 | |||
6cbf405580 |
2 changed files with 10 additions and 0 deletions
|
@ -49,3 +49,10 @@
|
|||
:config
|
||||
(setq lsp-ui-doc-position 'at-point)
|
||||
(setq lsp-ui-doc-show-with-mouse nil))
|
||||
|
||||
(use-package company
|
||||
:ensure t
|
||||
:bind (:map company-active-map
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
|
|
|
@ -15,3 +15,6 @@
|
|||
:config
|
||||
;; Turn on flyspell when writing commit messages
|
||||
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
|
||||
|
||||
(use-package git-timemachine
|
||||
:ensure t)
|
||||
|
|
Loading…
Reference in a new issue