dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit ea52196282e7cc0201702da982f6dc881764125a
parent 4347b5b99a4e82b419b8878edf84b541b9046d56
Author: Lukas Henkel <lh@entf.net>
Date:   Mon, 12 Jul 2021 22:12:00 +0200

Add nhexl

Diffstat:
Mconfig.org | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/config.org b/config.org @@ -324,6 +324,12 @@ Magit is a git UI for Emacs. (use-package magit :straight t) #+end_src +** nhexl +nhexl is a hex editor. It can be activated with =M-x nhexl-mode= +#+begin_src emacs-lisp + (use-package nhexl-mode + :straight t) +#+end_src ** elfeed A tag based news reader for emacs. #+begin_src emacs-lisp