projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966011a
)
* .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced mode-line.
author
Amin Bandali
<bandali@kelar.org>
Sat, 7 May 2022 20:17:16 +0000
(16:17 -0400)
committer
Amin Bandali
<bandali@kelar.org>
Fri, 20 May 2022 02:20:02 +0000
(22:20 -0400)
Though this seems to have thankfully been reversed again upstream
in
2001ae5898a1e48cae5b138828190ac2cba39b40
, I'm keeping this in my
init file for now.
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6169072
..
5894ed5
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-463,9
+463,11
@@
This sets each user option VAR's value to the corresponding VALUE.
;; `(;; :line-width -1
;; :style released-button))
)
+ ;; (set-face-attribute 'fixed-pitch nil :family "Source Code Pro")
+ (set-face-attribute 'fixed-pitch nil :family "Inconsolata")
(set-face-attribute 'mode-line nil
:background grey ;; :box box
- )
+
:inherit 'fixed-pitch
)
;; (set-face-attribute 'mode-line-inactive nil
;; :background darker-grey :box box)
)))