-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
21 lines (20 loc) · 1.3 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(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.
'(helm-selection ((t (:background "dark green" :foreground "gray92"))))
'(org-date ((t (:foreground "dim gray" :underline t))))
'(org-special-keyword ((t (:inherit font-lock-keyword-face :foreground "dim gray"))))
'(outline-3 ((t (:foreground "dark green"))))
'(outline-4 ((t (:foreground "black")))))
(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.
'(custom-safe-themes
'("c5e7a36784b1955b28a89a39fef7c65ddc455b8e7fd70c6f5635cb21e4615670" default))
'(frame-inhibit-implied-resize '(tab-bar-lines tool-bar-lines menu-bar-lines))
'(package-selected-packages
'(gptel nimbus-theme projectile-ripgrep swiper-helm groovy-mode smart-region multiple-cursors shx xref-js2 tide org-roam expand-region smartparens js2-refactor js2-mode projectile inf-ruby goto-chg transpose-frame smart-jump yaml-mode chruby markdown-mode helm-projectile json-mode web-mode yasnippet rinari company flx-ido)))