mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: make hexl-mode truncate lines by default
This commit is contained in:
parent
ac477aac8b
commit
e6cfb6c78a
|
|
@ -69,7 +69,7 @@
|
|||
(use-package prot-common
|
||||
:ensure nil
|
||||
:functions (prot-common-truncate-lines-silently)
|
||||
:hook ((text-mode prog-mode dired-mode prot/fundamental-mode) . prot-common-truncate-lines-silently)
|
||||
:hook ((text-mode prog-mode dired-mode prot/fundamental-mode hexl-mode) . prot-common-truncate-lines-silently)
|
||||
:init
|
||||
(defvar prot/fundamental-mode-hook nil
|
||||
"Normal hook for `fundamental-mode' (which is missing by default).")
|
||||
|
|
|
|||
|
|
@ -2430,7 +2430,7 @@ here:
|
|||
(use-package prot-common
|
||||
:ensure nil
|
||||
:functions (prot-common-truncate-lines-silently)
|
||||
:hook ((text-mode prog-mode dired-mode prot/fundamental-mode) . prot-common-truncate-lines-silently)
|
||||
:hook ((text-mode prog-mode dired-mode prot/fundamental-mode hexl-mode) . prot-common-truncate-lines-silently)
|
||||
:init
|
||||
(defvar prot/fundamental-mode-hook nil
|
||||
"Normal hook for `fundamental-mode' (which is missing by default).")
|
||||
|
|
|
|||
Loading…
Reference in a new issue