.../.config/emacs/init.el
2025-10-22 15:37:58 -03:00

45 lines
2.1 KiB
EmacsLisp

;(add-to-list 'load-path
; (expand-file-name
; "tao-theme-emacs/"
; user-emacs-directory))
;
;(load "tao-yin-theme.el")
;(load-theme 'tao-yin t)
(org-babel-load-file
(expand-file-name
"config.org"
user-emacs-directory))
(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
'("c7951fc937039f8f1640fce55d97628d8b2cd124461d6a28dce13fcc29fbed1d"
default))
'(package-selected-packages '(eglot)))
(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.
'(default ((t (:background "#16191C" :foreground "#C5CACE"))))
'(flycheck-error ((t (:underline (:style line :color "#ff5370")))))
'(flycheck-info ((t (:underline (:style line :color "#2df4c0")))))
'(flycheck-warning ((t (:underline (:style line :color "#ffc777")))))
'(font-lock-comment-face ((t (:foreground "#A3AAAF"))))
'(fringe ((t (:background "#16191C"))))
'(hl-line ((t (:background "#252A2E"))))
'(line-number ((t (:foreground "#50555A" :background "#16191C"))))
'(line-number-current-line ((t (:foreground "#A3AAAF" :background "#252A2E" :weight bold))))
'(mode-line ((t (:background "#252A2E" :foreground "#C5CACE"))))
'(mode-line-inactive ((t (:background "#16191C" :foreground "#50555A"))))
'(org-block ((t (:background "#16191C" :foreground "#C5CACE"))))
'(org-block-begin-line ((t (:background "#252A2E" :foreground "#A3AAAF"))))
'(org-block-end-line ((t (:background "#252A2E" :foreground "#A3AAAF"))))
'(whitespace-indentation ((t (:background "#16191C" :foreground "#252A2E"))))
'(whitespace-newline ((t (:background "#16191C" :foreground "#252A2E"))))
'(whitespace-space--tab ((t (:background "#16191C" :foreground "#252A2E"))))
'(whitespace-space-after-tab ((t (:background "#16191C" :foreground "#252A2E"))))
'(whitespace-trailing ((t (:background "#16191C" :foreground "#252A2E")))))