Compare commits
No commits in common. "853c462c330cb1cbae4cb73ce169abb62fe1a1ef" and "65d5fd87056d2bcff764b7a76e81bd2d0b21c532" have entirely different histories.
853c462c33
...
65d5fd8705
2 changed files with 0 additions and 10 deletions
|
@ -49,10 +49,3 @@
|
|||
: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,6 +15,3 @@
|
|||
: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