|
|
@@ -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
|