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