Skip to content

Commit

Permalink
Emacs: Clean up modeline a bit
Browse files Browse the repository at this point in the history
This will get better when emacs 30 is available
as we can then use right-alignment with much less struggle
  • Loading branch information
bbenne10 committed Sep 20, 2024
1 parent 6627a53 commit b13b23c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions conf.d/emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,23 @@
(:eval (feline-positions))
" "
mode-line-misc-info))
:custom-face (feline-position-prefix-face ((t (:inherit font-lock-comment :slant normal))))
(mode-line-active ((t (:inherit mode-line-inactive :foreground "#d3c6aa" :overline "#A7C080"))))
(mode-line-inactive ((t (:inherit mode-line :overline nil))))
:custom
(feline-line-prefix "")
(feline-column-prefix "")
(feline-line-prefix "")
(feline-column-prefix ":")
(feline-mode-symbols
'(emacs-lisp-mode ""
'(emacs-lisp-mode "λ"
lisp-interaction-mode "λ"
python-mode ""
python-ts-mode ""
typescript-ts-mode "󰛦"
nix-mode "󱄅"
rust-mode ""
)))


(use-package corfu
:custom (corfu-auto t)
:init (global-corfu-mode))
Expand Down

0 comments on commit b13b23c

Please sign in to comment.