Skip to content

Commit

Permalink
chore: add padding before clock [emacs]
Browse files Browse the repository at this point in the history
  • Loading branch information
armkeh committed Sep 27, 2024
1 parent bbb49fc commit 103493d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs/emacs-init.org
Original file line number Diff line number Diff line change
Expand Up @@ -5637,6 +5637,7 @@ the ~global-mode-string~ gets modified on me to not include the time string;
let's ensure it's added in.
Note that this section must then go after custom modeline setup.
#+begin_src emacs-lisp
(add-to-list 'global-mode-string " " 'append) ;; Padding
(add-to-list 'global-mode-string 'display-time-string 'append)
#+end_src

Expand Down

0 comments on commit 103493d

Please sign in to comment.