Skip to content

Commit

Permalink
tweak(binary): don't disassemble by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 13, 2024
1 parent b3f4149 commit 18a24e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-binary.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;; BUG: Loading continuously on `dirvish'.
;; BUG: Showing up randomly on `tramp' files.
(setq +binary-objdump-enable nil)
(add-to-list 'magic-fallback-mode-alist '(+binary-objdump-buffer-p . objdump-disassemble-mode) t)
;; (add-to-list 'magic-fallback-mode-alist '(+binary-objdump-buffer-p . objdump-disassemble-mode) t)
(add-to-list 'magic-fallback-mode-alist '(+binary-hexl-buffer-p . +binary-hexl-mode-maybe) t)

(provide 'me-binary)
Expand Down

0 comments on commit 18a24e9

Please sign in to comment.