Przeglądaj źródła

Change theme to doom-vibrant and up achieve #emacs

Colin Powell 5 lat temu
rodzic
commit
428ffd7e2a

+ 6 - 10
emacs/.config/doom/+org.el

@@ -78,17 +78,13 @@
                         ("@work" . ?w)
                         ("@family" . ?m))
 
-        org-modules '(org-annotate-file
-                      org-collector
-                      org-contacts
+        org-modules '(ol-eshell
+                      ol-notmuch
+                      ob-eval
+                      ob-exp
+                      ob-http
                       org-drill
-                      org-eval
-                      org-expiry
-                      org-habit
-                      org-id
-                      org-notify
-                      org-panel
-                      org-toc)
+                      org-id)
 
             ; refile targets
         org-refile-targets '(("~/org/today.org" :maxlevel . 2)

+ 1 - 12
emacs/.config/doom/config.el

@@ -13,24 +13,13 @@
 (setq doom-theme 'wombat)
 
 (if (display-graphic-p)
-    (setq doom-theme 'doom-vibrant))
+    (setq doom-theme 'doom-peacock))
 
 
 ;; Fonts
 (setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
 (setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
 
-;; Host-specific config
-
-(pcase (system-name)
-  ("prometheus"
-   (font-put doom-font :size 14)
-   (font-put doom-big-font :size 20)) ; smaller display
-  ("triton"
-   ;; I've swapped these keys on my keyboard
-   (setq x-super-keysym 'meta
-         x-meta-keysym  'super)))
-
 (set-frame-parameter nil 'internal-border-width 12)
 
 ;;

Plik diff jest za duży
+ 0 - 0
emacs/.emacs.d/.achievements


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików