branch: externals/lin
commit 0f84a094a993a9ec210b9044faa0356a6dfeb4d8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add ilist-mode-hook to default foreign hooks
    
    The Ilist is used by the blist package, which offers an improved,
    Ibuffer-like version of the bookmark-list (C-x r l).
    
    + <https://gitlab.com/mmemmew/ilist>
    + <https://gitlab.com/mmemmew/blist>
    
    These packages will be included in GNU ELPA eventually.  It seems that
    we are now waiting for the FSF to confirm the copyright assignment.
---
 lin.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lin.el b/lin.el
index d545068533..cab2a25aa2 100644
--- a/lin.el
+++ b/lin.el
@@ -72,6 +72,7 @@
     notmuch-search-mode-hook
     notmuch-tree-mode-hook
     org-agenda-mode-hook
+    ilist-mode-hook
     tabulated-list-mode-hook)
   "List of default hooks in which to use `lin-mode'.
 See also the user option `lin-override-foreground'.")

Reply via email to