Skip to content

Commit

Permalink
switch to 'nil' separators in modeline (resolves MacOS warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Stein authored and Gregory Stein committed Nov 7, 2022
1 parent 82901ea commit 3acf2fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/init-10-face.el
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
:config
;; Set some parameters of the spaceline
(setq spaceline-highlight-face-func 'spaceline-highlight-face-evil-state)
(setq powerline-default-separator 'bar)
; (setq powerline-default-separator 'utf-8)
(setq powerline-default-separator 'nil)

;; Define a better buffer position line
(spaceline-define-segment gjstein-buffer-position
Expand Down

0 comments on commit 3acf2fd

Please sign in to comment.