[emacs] Switch to farmhouse theme
This commit is contained in:
@ -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
|
||||
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq doom-theme 'grandshell
|
||||
(setq doom-theme 'farmhouse-dark
|
||||
doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 18)
|
||||
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))
|
||||
#+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
|
||||
|
||||
@ -60,8 +60,8 @@
|
||||
(package! frameshot)
|
||||
(package! keycast)
|
||||
|
||||
;; pretty tings up
|
||||
;; pretty things up
|
||||
(package! srcery-theme)
|
||||
(package! kaolin-themes)
|
||||
(package! grandshell-theme)
|
||||
(package! farmhouse-theme)
|
||||
(package! nyan-mode)
|
||||
|
||||
Reference in New Issue
Block a user