Skip to content

Commit

Permalink
feat(emacs): add rfc-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 19, 2024
1 parent e8f90db commit b109ef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,12 @@

(use-package hackernews)

(use-package rfc-mode
:custom
(rfc-mode-directory (f-join (getenv "XDG_DATA_HOME") "emacs-rfc-mode"))
:general
(gg/leader "r f c" #'rfc-mode-browse))

(general-def
"C--" #'text-scale-decrease
"C-=" #'text-scale-increase)
Expand Down

0 comments on commit b109ef9

Please sign in to comment.