summaryrefslogtreecommitdiff
path: root/emacs.d/custom.el
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-26 12:12:31 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-26 12:12:31 +0300
commit6e1f77969c257253a624a18be0af444eba117708 (patch)
tree35e0522a87ce20aefceb050aee65c77a5433a3eb /emacs.d/custom.el
parent89cc3516211dad09cc75f604d349498a4ca20680 (diff)
downloadliw-dot-files-6e1f77969c257253a624a18be0af444eba117708.tar.gz
enable tab-bar-mode by default in Emacs
Sponsored-by: author
Diffstat (limited to 'emacs.d/custom.el')
-rw-r--r--emacs.d/custom.el20
1 files changed, 20 insertions, 0 deletions
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index e69de29..81645e7 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -0,0 +1,20 @@
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(lsp-eldoc-render-all t t)
+ '(lsp-idle-delay 0.6 t)
+ '(lsp-rust-analyzer-cargo-watch-command "clippy" t)
+ '(lsp-rust-analyzer-server-display-inlay-hints t t)
+ '(lsp-ui-doc-enable nil t)
+ '(lsp-ui-peek-always-show t t)
+ '(lsp-ui-sideline-show-hover t t)
+ '(package-selected-packages
+ '(tab-bar-mode yaml-mode tabbar session pod-mode muttrc-mode mutt-alias magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode color-theme-modern browse-kill-ring boxquote bm bar-cursor apache-mode use-package rustic racer python-mode modus-operandi-theme lsp-ui flycheck-rust flycheck-color-mode-line company blacken)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )