diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 17:48:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 17:48:56 +0200 |
commit | a8519909001ef9db5f8b51758e2f43c94d0d6bc7 (patch) | |
tree | 444c854e3e6159b268c404a650175fe0643b75ca /.config/emacs/org/config.org | |
parent | Added GOBIN to PATH (diff) | |
download | dotfiles-bsd-a8519909001ef9db5f8b51758e2f43c94d0d6bc7.tar.gz dotfiles-bsd-a8519909001ef9db5f8b51758e2f43c94d0d6bc7.tar.bz2 dotfiles-bsd-a8519909001ef9db5f8b51758e2f43c94d0d6bc7.tar.xz dotfiles-bsd-a8519909001ef9db5f8b51758e2f43c94d0d6bc7.tar.zst dotfiles-bsd-a8519909001ef9db5f8b51758e2f43c94d0d6bc7.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/org/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 30a397f..07841bd 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -637,6 +637,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (yas-global-mode) (add-hook 'c-mode-hook 'lsp) (add-hook 'c++-mode-hook 'lsp) + (add-hook 'go-mode-hook 'lsp) (add-hook 'lsp-mode-hook 'lsp-enable-which-key-integration) (setq lsp-ui-doc-header t |