emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/lin 75983a770d: Add archive and tar to lin-mode-hooks


From: ELPA Syncer
Subject: [elpa] externals/lin 75983a770d: Add archive and tar to lin-mode-hooks
Date: Sat, 17 Jun 2023 15:58:09 -0400 (EDT)

branch: externals/lin
commit 75983a770d70b57c090db8cd503a340c32f51827
Author: Nicolas De Jaeghere <nicolas@dejaeghe.re>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add archive and tar to lin-mode-hooks
    
    Archive and Tar make good candidates for inclusion in the default hooks.
---
 lin.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lin.el b/lin.el
index 4a00ff8d49..f4037993a9 100644
--- a/lin.el
+++ b/lin.el
@@ -73,7 +73,8 @@
   :link '(info-link "(lin) Top"))
 
 (defcustom lin-mode-hooks
-  '(bongo-mode-hook
+  '(archive-mode-hook
+    bongo-mode-hook
     dired-mode-hook
     elfeed-search-mode-hook
     git-rebase-mode-hook
@@ -90,7 +91,8 @@
     org-agenda-mode-hook
     pdf-outline-buffer-mode-hook
     proced-mode-hook
-    tabulated-list-mode-hook)
+    tabulated-list-mode-hook
+    tar-mode-hook)
   "List of hooks that should be used by the `lin-global-mode'.
 Lin activates `hl-line-mode' and remaps its face to `lin-face'.
 This makes it possible to tweak the `lin-face' in order to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]