diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/emacs/org/config.org | 13 | ||||
| -rw-r--r-- | .config/mpd/mpd.conf | 2 | 
2 files changed, 13 insertions, 2 deletions
| diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index a0f2f86..578b853 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -609,11 +609,22 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."    (setq lsp-ui-doc-header t  		lsp-ui-doc-position 'top -		lsp-ui-sideline-enable t) +		lsp-ui-doc-delay 2 +		lsp-ui-doc-show-with-cursor t +		lsp-ui-doc-show-with-mouse t) + + +  (setq lsp-ui-sideline-enable nil +		lsp-ui-sideline-show-diagnostics t +		lsp-ui-sideline-show-hover nil +		lsp-ui-sideline-show-code-actions nil +		lsp-ui-sideline-update-mode 'line +		lsp-ui-sideline-delay 0)    (setq lsp-enable-indentation nil  		lsp-completion-enable t  		lsp-headerline-breadcrumb-enable nil) +    (setq gc-cons-threshold (* 100 1024 1024)  		read-process-output-max (* 1024 1024)  		company-idle-delay 0.0 diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index b932e1b..0991960 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -81,7 +81,7 @@ group				"jozan"  #  # For network  #bind_to_address		"any" -#bind_to_address		"localhost" +bind_to_address		"localhost"  # bind_to_address		"192.168.1.79"  #  # And for Unix Socket | 
