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.

19 lines
473 B

  1. #+TITLE: Modeline
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. Extend the usability of the Emacs modeline.
  5. * Config
  6. Implement and elegant and modern status bar, fully customizable and compatible with our themes with the ~doom-modeline~[fn:1] package.
  7. #+begin_src emacs-lisp
  8. (use-package doom-modeline
  9. :custom (doom-modeline-height 16)
  10. :config (doom-modeline-mode 1))
  11. #+end_src
  12. * Footnotes
  13. [fn:1] https://github.com/seagle0128/doom-modeline