浏览代码

[emacs] Switch to farmhouse theme

Colin Powell 4 年之前
父节点
当前提交
b19e46846d
共有 2 个文件被更改,包括 8 次插入3 次删除
  1. 6 1
      emacs/.config/doom/config.org
  2. 2 2
      emacs/.config/doom/packages.el

+ 6 - 1
emacs/.config/doom/config.org

@@ -18,7 +18,7 @@ I change my default theme almost as often as the weather. I tend to revert back
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 #+BEGIN_SRC emacs-lisp
 #+BEGIN_SRC emacs-lisp
-(setq doom-theme 'grandshell
+(setq doom-theme 'farmhouse-dark
       doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
       doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
       doom-big-font (font-spec :family "Iosevka" :size 18)
       doom-big-font (font-spec :family "Iosevka" :size 18)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
@@ -549,3 +549,8 @@ Here we are trying to auto-translate Word and PDF files to be viewed in Emacs.
             ))
             ))
     (openwith-mode 1))
     (openwith-mode 1))
 #+END_SRC
 #+END_SRC
+* Reveal.js export
+#+begin_src emacs-lisp
+(setq org-reveal-root "file:///path-to-reveal.js")
+(setq org-reveal-title-slide nil)
+#+end_src

+ 2 - 2
emacs/.config/doom/packages.el

@@ -60,8 +60,8 @@
 (package! frameshot)
 (package! frameshot)
 (package! keycast)
 (package! keycast)
 
 
-;; pretty tings up
+;; pretty things up
 (package! srcery-theme)
 (package! srcery-theme)
 (package! kaolin-themes)
 (package! kaolin-themes)
-(package! grandshell-theme)
+(package! farmhouse-theme)
 (package! nyan-mode)
 (package! nyan-mode)