Skip to content

Commit

Permalink
fix(sudo-edit): no extra overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 10, 2023
1 parent d746085 commit c82ac39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
:init
(+map!
"fF" #'sudo-edit-find-file
"fu" #'sudo-edit)
:config
(set-face-attribute 'sudo-edit-header-face nil :height (truncate (* .9 (face-attribute 'default :height)))))
"fu" #'sudo-edit))


(provide 'me-files)
Expand Down

0 comments on commit c82ac39

Please sign in to comment.