Add obs-mode to streamer mode

This commit is contained in:
Nathan McCarty 2023-06-26 02:39:33 -04:00
parent 6072c39a74
commit c9121dc86f
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 4 additions and 2 deletions

View File

@ -314,11 +314,13 @@ Make the background transparent on linux
** Streamer Mode
#+begin_src emacs-lisp
(defun nm/streamer-mode ()
(interactive)
(interactive)
(setq doom-font (font-spec :family nm/font-name :size 17 :weight 'semi-light)
doom-unicode-font (font-spec :family nm/font-name :size 17 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 20))
(doom/reload-font))
(doom/reload-font)
(load (expand-file-name "obs.el" doom-user-dir))
(require 'obs-mode))
(map! :leader
(:prefix ("z m" . "mode")