Skip to content

Commit

Permalink
fix(binary): temporary disable auto hexl-mode (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 31, 2023
1 parent 0b85122 commit ad08679
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-binary.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
(+deferred!
;; BUG: Loading continuously on `dirvish'.
;; BUG: Showing up randomly on `tramp' files.
(setq +binary-objdump-enable nil)
;; BUG: GPG files are opened in `hexl-mode' in some contexts (#67).
(setq +binary-objdump-enable nil
+binary-hexl-enable nil)
(+binary-setup-modes))


Expand Down

0 comments on commit ad08679

Please sign in to comment.