Skip to content

Commit

Permalink
tweak(binary): better deferring
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 9, 2023
1 parent e55d3d6 commit 761337c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions modules/me-binary.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
;;; Code:

;; +binary-* are autoloaded
(+deferred!
;; BUG: Loading continuously on `dirvish'.
;; BUG: Showing up randomly on `tramp' files.
(setq +binary-objdump-enable nil)
(+binary-setup-modes))

;; 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-hexl-buffer-p . +binary-hexl-mode-maybe) t)

(provide 'me-binary)

Expand Down

0 comments on commit 761337c

Please sign in to comment.