From 5f29c1bf3f7efbf5c982711ff63c302d1d7eb965 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Mon, 3 Feb 2020 12:57:33 +0800 Subject: [PATCH] Add some fun packages: weather, text-splash, theme --- config.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config.org b/config.org index e3d9aef..d6ec341 100644 --- a/config.org +++ b/config.org @@ -395,6 +395,24 @@ So I'm going to make use of ~flyspell-lazy~ #+BEGIN_SRC emacs-lisp (after! flyspell (require 'flyspell-lazy) (flyspell-lazy-mode 1)) #+END_SRC +** Miscallanious +*** wttrin +Set the default city. It's initially ~Taipei~ but I find the ip-locating that's +done perfectly acceptable, so let's make that happen. +#+BEGIN_SRC emacs-lisp +(setq wttrin-default-cities '("")) +#+END_SRC +*** spray +Let's make this suit me slightly better. +#+BEGIN_SRC emacs-lisp +(setq spray-wpm 500 + spray-height 700) +#+END_SRC +*** theme magic +Let's automaticly update terminals on theme change +#+BEGIN_SRC emacs-lisp +(add-hook 'doom-load-theme-hook 'theme-magic-from-emacs) +#+END_SRC * Language configuration ** Org Mode *** Basic config