I showed you my source code, pls respond
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#+TITLE: Modeline #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz
Extend the usability of the Emacs modeline.
* Config
Implement and elegant and modern status bar, fully customizable and compatible with our themes with the ~doom-modeline~[fn:1] package.
#+begin_src emacs-lisp (use-package doom-modeline :custom (doom-modeline-height 16) :config (doom-modeline-mode 1)) #+end_src
* Footnotes
[fn:1] https://github.com/seagle0128/doom-modeline
|