summaryrefslogtreecommitdiffstats
path: root/.config/emacs/org/config.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 17:48:56 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 17:48:56 +0200
commita8519909001ef9db5f8b51758e2f43c94d0d6bc7 (patch)
tree444c854e3e6159b268c404a650175fe0643b75ca /.config/emacs/org/config.org
parentAdded GOBIN to PATH (diff)
downloaddotfiles-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.org1
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