Kaynağa Gözat

Battery display + Switch to PragmataPro Mono

The mono version works better with some of my comment diagrams.
Eiyeron Fulmincendii 4 yıl önce
ebeveyn
işleme
3fed04b498
1 değiştirilmiş dosya ile 11 ekleme ve 1 silme
  1. 11 1
      config.org

+ 11 - 1
config.org

@@ -178,7 +178,8 @@ Now the font proper selection
 #+BEGIN_SRC emacs-lisp
 (let ((base-size 10)
       (code-font (chicken/select-first-available-font
-                  '("PragmataPro Liga"
+                  '("PragmataPro Mono Liga"
+                    "PragmataPro Liga"
                     "PragmataPro"
                     "Iosevka Custom"
                     "Iosevka"
@@ -265,6 +266,15 @@ visual noise.
       (setq doom-modeline-unicode-fallback t)))
   (setq doom-modeline-height 16))
 #+END_SRC
+*** Showing the battery
+
+I'm still using a laptop to type some text sometimes. Due to using the
+fullscreen mode a lot, let's enable the battery modeline blob when available.
+
+#+begin_src emacs-lisp
+(after! doom-modeline
+  (display-battery-mode 't))
+#+end_src
 * Python
 ** Python-x
 Python-x allows me to have the same cell-based workflow than on Jupter or