mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: re-enable the spacious-padding-subtle-mode-line (for testing purposes)
This commit is contained in:
parent
fc4cf67f1d
commit
cddc1cd258
|
|
@ -70,15 +70,14 @@
|
|||
:left-fringe-width 20
|
||||
:right-fringe-width 20))
|
||||
|
||||
;; ;; Read the doc string of `spacious-padding-subtle-mode-line' as
|
||||
;; ;; it is very flexible.
|
||||
;;
|
||||
;; (setq spacious-padding-subtle-mode-line
|
||||
;; `( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
;; (eq prot-emacs-load-theme-family 'standard))
|
||||
;; 'default
|
||||
;; 'help-key-binding)
|
||||
;; :mode-line-inactive vertical-border))
|
||||
;; Read the doc string of `spacious-padding-subtle-mode-line' as
|
||||
;; it is very flexible.
|
||||
(setq spacious-padding-subtle-mode-line
|
||||
`( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
(eq prot-emacs-load-theme-family 'standard))
|
||||
'default
|
||||
'help-key-binding)
|
||||
:mode-line-inactive vertical-border))
|
||||
|
||||
(setq spacious-padding-subtle-mode-line nil))
|
||||
|
||||
|
|
|
|||
|
|
@ -1809,15 +1809,14 @@ I also take care to make it work with my customised mode line
|
|||
:left-fringe-width 20
|
||||
:right-fringe-width 20))
|
||||
|
||||
;; ;; Read the doc string of `spacious-padding-subtle-mode-line' as
|
||||
;; ;; it is very flexible.
|
||||
;;
|
||||
;; (setq spacious-padding-subtle-mode-line
|
||||
;; `( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
;; (eq prot-emacs-load-theme-family 'standard))
|
||||
;; 'default
|
||||
;; 'help-key-binding)
|
||||
;; :mode-line-inactive vertical-border))
|
||||
;; Read the doc string of `spacious-padding-subtle-mode-line' as
|
||||
;; it is very flexible.
|
||||
(setq spacious-padding-subtle-mode-line
|
||||
`( :mode-line-active ,(if (or (eq prot-emacs-load-theme-family 'modus)
|
||||
(eq prot-emacs-load-theme-family 'standard))
|
||||
'default
|
||||
'help-key-binding)
|
||||
:mode-line-inactive vertical-border))
|
||||
|
||||
(setq spacious-padding-subtle-mode-line nil))
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Reference in a new issue