diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-12 23:37:58 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-12 23:37:58 +0100 |
commit | 52389525e1098eeda536d60fc3adf9b590575d83 (patch) | |
tree | cd1f1e36b41552fb98f433d03827dce1981e67d4 /.config | |
parent | good now (diff) | |
download | dotfiles-bsd-52389525e1098eeda536d60fc3adf9b590575d83.tar.gz dotfiles-bsd-52389525e1098eeda536d60fc3adf9b590575d83.tar.bz2 dotfiles-bsd-52389525e1098eeda536d60fc3adf9b590575d83.tar.xz dotfiles-bsd-52389525e1098eeda536d60fc3adf9b590575d83.tar.zst dotfiles-bsd-52389525e1098eeda536d60fc3adf9b590575d83.zip |
test
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/org/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 73e416a..5bff1f7 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -639,7 +639,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (add-hook 'c++-mode-hook 'lsp) (add-hook 'lsp-mode-hook 'lsp-enable-which-key-integration) - (setq lsp-ui-doc-header nil + (setq lsp-ui-doc-header t lsp-ui-doc-position 'top lsp-ui-sideline-enable t) |