diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-31 08:01:32 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-31 08:01:32 -0700 |
commit | 83afd4cf6fe7f1b5d1ca4f9ffac3a643c291d3b2 (patch) | |
tree | 6f970735e4a743ea0e738cef5932c88392c93b57 /.emacs.d/rul-lisp/packages | |
parent | 13456164862df7b9fbc742f15294ced95d06cf73 (diff) |
emacs: add rul-modeline to literate config
Diffstat (limited to '.emacs.d/rul-lisp/packages')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-modeline.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-modeline.el b/.emacs.d/rul-lisp/packages/rul-modeline.el index ae250c4..e20bb2c 100644 --- a/.emacs.d/rul-lisp/packages/rul-modeline.el +++ b/.emacs.d/rul-lisp/packages/rul-modeline.el @@ -1,3 +1,5 @@ +;;; rul-modeline.el --- Modeline configuration + ;; Most of the code in this file is based on: ;; https://git.sr.ht/~protesilaos/dotfiles/tree/cf26bc34/item/emacs/.emacs.d/prot-lisp/prot-modeline.el ;; |