Commit 5d4a7f1056c6

Vincent Demeester <vincent@sbr.pm>
2020-02-11 12:37:48
emacs.org: disable lsp-ui 🏭
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d5b8414
lisp/setup-completion.el
@@ -306,7 +306,7 @@ repository, then the corresponding root is used instead."
   (lsp-ui-sideline-enable nil)
   (lsp-ui-sideline-show-hover nil)
   (lsp-ui-sideline-delay 2.0)
-  (lsp-ui-doc-enable t)
+  (lsp-ui-doc-enable nil)
   (lsp-ui-doc-max-width 30)
   (lsp-ui-doc-max-height 15)
   (lsp-document-highlight-delay 2.0)
@@ -320,8 +320,8 @@ repository, then the corresponding root is used instead."
 ;; https://github.com/emacs-lsp/lsp-ui
 (use-package lsp-ui
   :after lsp-mode
-  :hook ((lsp-mode . lsp-ui-mode)
-         (lsp-ui-mode . lsp-ui-peek-mode))
+  ;;:hook ((lsp-mode . lsp-ui-mode)
+  ;;       (lsp-ui-mode . lsp-ui-peek-mode))
   :config
   (define-key lsp-ui-mode-map [remap xref-find-definitions] #'lsp-ui-peek-find-definitions)
   (define-key lsp-ui-mode-map [remap xref-find-references] #'lsp-ui-peek-find-references))
lisp/setup-style.el
@@ -36,7 +36,7 @@
                       :height font-height
                       :weight 'regular))
 
-(bind-key "C-c t f" #'mu-reset-fonts)
+(bind-key "C-c f r" #'mu-reset-fonts)
 
 ;;; Interface
 (use-package frame                      ; Frames
emacs.org
@@ -1384,7 +1384,7 @@
   (lsp-ui-sideline-enable nil)
   (lsp-ui-sideline-show-hover nil)
   (lsp-ui-sideline-delay 2.0)
-  (lsp-ui-doc-enable t)
+  (lsp-ui-doc-enable nil)
   (lsp-ui-doc-max-width 30)
   (lsp-ui-doc-max-height 15)
   (lsp-document-highlight-delay 2.0)
@@ -1398,8 +1398,8 @@
 ;; https://github.com/emacs-lsp/lsp-ui
 (use-package lsp-ui
   :after lsp-mode
-  :hook ((lsp-mode . lsp-ui-mode)
-         (lsp-ui-mode . lsp-ui-peek-mode))
+  ;;:hook ((lsp-mode . lsp-ui-mode)
+  ;;       (lsp-ui-mode . lsp-ui-peek-mode))
   :config
   (define-key lsp-ui-mode-map [remap xref-find-definitions] #'lsp-ui-peek-find-definitions)
   (define-key lsp-ui-mode-map [remap xref-find-references] #'lsp-ui-peek-find-references))
@@ -3405,7 +3405,7 @@
                       :height font-height
                       :weight 'regular))
 
-(bind-key "C-c t f" #'mu-reset-fonts)
+(bind-key "C-c f r" #'mu-reset-fonts)
 
 ;;; Interface
 (use-package frame                      ; Frames