diff --git a/.config/xmonad b/.config/xmonad index 2a1d469..1ec06a9 160000 --- a/.config/xmonad +++ b/.config/xmonad @@ -1 +1 @@ -Subproject commit 2a1d469dd4861f7dd872a27d0fbba18a48af3b59 +Subproject commit 1ec06a92bae4bbc74c5fb8ab7d8dc82c9d16f40d diff --git a/.doom.d/config.el b/.doom.d/config.el index ec4aa8f..6ee142c 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -54,6 +54,7 @@ ;; they are implemented. (require 'exec-path-from-shell) + (when (display-graphic-p) (exec-path-from-shell-initialize)) diff --git a/.doom.d/custom.el b/.doom.d/custom.el index be9d5fe..d6d6795 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -14,8 +14,7 @@ '(jdee-db-requested-breakpoint-face-colors (cons "#0d1011" "#b8bb26")) '(jdee-db-spec-breakpoint-face-colors (cons "#0d1011" "#928374")) '(objed-cursor-color "#fb4934") - '(package-selected-packages - '(theme-magic xresources-theme exec-path-from-shell lsp-haskell lsp-ui)) + '(package-selected-packages '(xresources-theme exec-path-from-shell lsp-haskell lsp-ui)) '(pdf-view-midnight-colors (cons "#ebdbb2" "#282828")) '(rustic-ansi-faces ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) @@ -46,12 +45,7 @@ ;; 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. - '(markdown-header-face-1 ((t (:foreground "#1bae94" :height 1.25 :weight extra-bold :inherit markdown-header-face)))) - '(markdown-header-face-2 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) - '(markdown-header-face-3 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) - '(markdown-header-face-4 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) - '(markdown-header-face-5 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) - '(markdown-header-face-6 ((t (:foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face))))) + ) (defvar my-wal-colors nil) (defun my-refresh-wal-colors () @@ -84,6 +78,6 @@ '(markdown-header-face-1 :foreground "#1bae94" :height 1.25 :weight extra-bold :inherit markdown-header-face) '(markdown-header-face-2 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) '(markdown-header-face-3 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) - '(markdown-header-face-4 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) - '(markdown-header-face-5 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) + '(markdown-header-face-4 :foreground "#1bae94":height 1.15 :weight bold :inherit markdown-header-face) + '(markdown-header-face-5 :foreground "#1bae94" height 1.15 :weight bold :inherit markdown-header-face) '(markdown-header-face-6 :foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face))