✨ (rainbow-mode) Add rainbow-mode 🌈
This commit is contained in:
parent
92e394e97a
commit
2fcf29abf6
1 changed files with 14 additions and 0 deletions
14
config.org
14
config.org
|
@ -812,6 +812,20 @@ Source: [[https://github.com/janusvm/emacs-gitmoji][GitHub: janusvm/emacs-gitmoj
|
|||
:load-path "lisp/gitmoji/")
|
||||
#+end_src
|
||||
|
||||
** PRIDE 🌈
|
||||
|
||||
Rainbow flag in the Emacs modeline
|
||||
|
||||
Source: [[https://github.com/janusvm/emacs-gitmoji][GitHub: halfwhole/pride-mode]]
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package pride-mode
|
||||
:load-path "lisp/pride-mode/"
|
||||
:config
|
||||
(setq pride-bar-length 32)
|
||||
(pride-mode))
|
||||
#+end_src
|
||||
|
||||
** diff-hl
|
||||
|
||||
Emacs package for highlighting uncommitted changes
|
||||
|
|
Loading…
Add table
Reference in a new issue