-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemacs-custom.el
More file actions
28 lines (28 loc) · 1.73 KB
/
emacs-custom.el
File metadata and controls
28 lines (28 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(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.
'(calendar-week-start-day 1)
'(css-indent-offset 2)
'(imenu-auto-rescan t)
'(js-indent-level 2)
'(lsp-rust-analyzer-server-command '("/home/drothlis/.local/bin/rust-analyzer"))
'(magit-diff-options '("--histogram"))
'(package-selected-packages
'(nhexl-mode feature-mode lsp-treemacs lsp-mode lsp-ui company ninja-mode gnu-elpa-keyring-update wsd-mode magit markdown-preview-mode magit-find-file yaml-mode web-mode typescript-mode rust-mode paredit page-break-lines markdown-mode lua-mode js2-mode jinja2-mode imenu-anywhere ido-ubiquitous htmlize highlight-symbol haml-mode goto-last-change go-eldoc gh flycheck fill-column-indicator expand-region dockerfile-mode dired-details+ diff-hl))
'(safe-local-variable-values
'((eval if
(fboundp 'pretty-symbols-mode)
(pretty-symbols-mode -1))))
'(warning-suppress-types '((comp) (comp))))
(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.
'(highlight-symbol-face ((t (:background "pale turquoise"))))
'(lsp-modeline-code-actions-face ((t (:family "Hack"))))
'(lsp-ui-sideline-code-action ((t (:foreground "dark orange"))))
'(lsp-ui-sideline-current-symbol ((t (:foreground "black" :box (:line-width -1 :color "gray") :weight ultra-bold :height 0.99))))
'(lsp-ui-sideline-symbol ((t (:foreground "black" :box (:line-width -1 :color "grey") :height 0.99)))))