We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
guard-lf
1 parent bd207b3 commit 2cfdabcCopy full SHA for 2cfdabc
modules/me-files.el
@@ -47,8 +47,11 @@
47
48
(use-package guard-lf
49
:straight (:host github :repo "jcs-elpa/guard-lf")
50
+ :custom
51
+ (guard-lf-major-mode #'guard-lf-large-file-mode)
52
:init
53
(guard-lf-mode 1)
54
+ (define-derived-mode guard-lf-large-file-mode fundamental-mode "guard-lf")
55
:config
56
(cl-callf append guard-lf-intact-major-modes '(rosbag-info-mode)))
57
0 commit comments