summaryrefslogtreecommitdiff
path: root/lisp/general.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-17 10:46:19 -0500
committermattkae <mattkae@protonmail.com>2022-12-17 10:46:19 -0500
commit18cccf8ce0b0ac454b74f6ce81219a42117aa447 (patch)
treedbb58d704c8499d639a2a39578dd0876370efe4b /lisp/general.el
parent1ef51c8468872b70eea8335a8166b64711c9fe98 (diff)
Improved CSS mode, removed the dashboard (it was useless), and added go mode
Diffstat (limited to 'lisp/general.el')
-rw-r--r--lisp/general.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/general.el b/lisp/general.el
index 901e132..9516133 100644
--- a/lisp/general.el
+++ b/lisp/general.el
@@ -256,7 +256,7 @@
company-show-quick-access t
company-tooltip-limit 20
company-dabbrev-downcase nil
- company-backends '((company-capf company-gtags company-elisp)) ; TODO: do i need company-irony here
+ company-backends '((company-capf company-gtags company-elisp company-css)) ; TODO: do i need company-irony here
company-vscode-light-icons-margin 1
)
)
@@ -284,6 +284,7 @@
:defer t)
(add-hook 'emacs-lisp-mode-hook #'eldoc-box-hover-at-point-mode t)
+(add-hook 'css-mode-hook #'eldoc-box-hover-at-point-mode t)
(add-hook 'eglot-managed-mode-hook #'eldoc-box-hover-at-point-mode t)
(use-package tree-sitter