-
Notifications
You must be signed in to change notification settings - Fork 1
/
emacs-custom.el
29 lines (29 loc) · 1.64 KB
/
emacs-custom.el
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
29
(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.
'(package-selected-packages
'(ag aggressive-indent apheleia avy bpr browse-kill-ring cape consult corfu
coterm diminish dired-subtree dumb-jump duplicate-thing elisp-slime-nav
elixir-mode exec-path-from-shell expand-region forge git-link
git-timemachine go-mode helpful highlight-indent-guides loop lsp-ui
magit-todos marginalia mini-frame multiple-cursors nginx-mode noflet
orderless org-jira paredit projectile rainbow-delimiters rainbow-mode
rego-mode smart-mode-line switch-window terraform-mode tide
transient-posframe tree-sitter treesit-auto typescript-mode
use-package-chords vertico-posframe wgrep-ag wrap-region yaml-mode
yaml-pro yasnippet)))
;; (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.
;; '(mode-line ((t (:foreground "#282828" :background "#FFFACD" :box t :inherit nil :height 120))))
;; '(mode-line-inactive ((t (:foreground "#BBBBBB" :background "#111111" :box nil :inherit: nil :height 120)))))
(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.
)