summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-08-03 18:45:50 +0300
committerThanos Apollo <[email protected]>2022-08-03 18:45:50 +0300
commite83759ae9d0513024e390810ddcb18ffdd84675e (patch)
tree9fcadf4de4711722941be8835dc0c543d83d5663
parentd38bd64ebd244c165878853616f5b689f90f37c4 (diff)
Update keybindigs doom
-rw-r--r--.doom.d/config.el26
-rw-r--r--.doom.d/custom.el6
2 files changed, 3 insertions, 29 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index c1b5c5f..143e6ab 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -1,29 +1,3 @@
-;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
-(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
- '("5a611788d47c1deec31494eb2bb864fde402b32b139fe461312589a9f28835db" "234dbb732ef054b109a9e5ee5b499632c63cc24f7c2383a849815dacc1727cb6" "1d5e33500bc9548f800f9e248b57d1b2a9ecde79cb40c0b1398dec51ee820daf" "97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6" default))
- '(doc-view-continuous t)
- '(org-agenda-files '("~/org/agenda.org"))
- '(package-selected-packages
- '(spotify smudge bash-completion ac-html org-inline-pdf org-noter-pdftools modus-themes clippy 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)))))
-
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
diff --git a/.doom.d/custom.el b/.doom.d/custom.el
index cd54ea4..8be1efa 100644
--- a/.doom.d/custom.el
+++ b/.doom.d/custom.el
@@ -4,11 +4,11 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
- '("5a611788d47c1deec31494eb2bb864fde402b32b139fe461312589a9f28835db" "234dbb732ef054b109a9e5ee5b499632c63cc24f7c2383a849815dacc1727cb6" "1d5e33500bc9548f800f9e248b57d1b2a9ecde79cb40c0b1398dec51ee820daf" "97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6" default))
+ '("97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6" default))
'(doc-view-continuous t)
'(org-agenda-files '("~/org/agenda.org"))
'(package-selected-packages
- '(org-inline-pdf org-noter-pdftools modus-themes clippy pdf-tools org-anki anki-connect quelpa-use-package exwm ##))
+ '(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
@@ -18,7 +18,7 @@
;; 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 "mono"))))
+ '(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)))))