From 746359627ca0d2a55d207c16ee9a21b7be4eabc0 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 7 Aug 2022 13:56:47 +0300 Subject: Update to new system, add 2nd lang on qtile --- .doom.d/config.el | 8 ++++---- .doom.d/custom.el | 24 ------------------------ .doom.d/init.el | 5 ----- .doom.d/packages.el | 6 ------ 4 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 .doom.d/custom.el (limited to '.doom.d') diff --git a/.doom.d/config.el b/.doom.d/config.el index 96460b3..501cadf 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -109,10 +109,10 @@ '(warning-suppress-types '((color-theme) (erc) (erc)))) (custom-set-faces '(default ((t (:height 100 :family "hack")))) - '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family "hack")))) - '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family "source code pro")))) - '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family "mono")))) - '(org-level-4 ((t (:inherit outline-2 :height 1.0)))) + '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family )))) + '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family )))) + '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family )))) + '(org-level-4 ((t (:inherit outline-2 :height 1.15)))) '(org-level-5 ((t (:inherit outline-2 :height 1.0))))) diff --git a/.doom.d/custom.el b/.doom.d/custom.el deleted file mode 100644 index 2e8e240..0000000 --- a/.doom.d/custom.el +++ /dev/null @@ -1,24 +0,0 @@ -(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 - '("97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6" default)) - '(doc-view-continuous t) - '(org-agenda-files '("~/org/agenda.org")) - '(package-selected-packages - '(pdf-view-restore spotify pdf-tools org-anki anki-connect quelpa-use-package exwm ##)) - '(warning-suppress-log-types '((erc) (erc))) - '(warning-suppress-types '((color-theme) (erc) (erc)))) -(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 (:height 100 :family "hack")))) - '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family "hack")))) - '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family "source code pro")))) - '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family "mono")))) - '(org-level-4 ((t (:inherit outline-2 :height 1.0)))) - '(org-level-5 ((t (:inherit outline-2 :height 1.0))))) diff --git a/.doom.d/init.el b/.doom.d/init.el index 3880399..acda571 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -153,11 +153,6 @@ ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel (org +pretty - +brain - +pomodoro - +publish - +journal - +roam2 +present) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more diff --git a/.doom.d/packages.el b/.doom.d/packages.el index a19cf8f..839b83c 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -5,13 +5,7 @@ ;; on the command line, then restart Emacs for the changes to take effect -- or ;; use 'M-x doom/reload'. -;; (package-install 'quelpa-use-package) -;; (require 'quelpa-use-package) -;; ;; Install Ement. -;; (use-package ement -;; :quelpa (ement :fetcher github :repo "alphapapa/ement.el" -;; )) ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: ;(package! some-package) -- cgit v1.2.3