Install lin
This commit is contained in:
parent
6c6703dac3
commit
8e8ec0257c
1 changed files with 17 additions and 0 deletions
|
|
@ -384,6 +384,23 @@
|
||||||
|
|
||||||
(use-package json-mode)
|
(use-package json-mode)
|
||||||
|
|
||||||
|
(use-package lin
|
||||||
|
:config
|
||||||
|
(setq lin-mode-hooks
|
||||||
|
'(bongo-mode-hook
|
||||||
|
dired-mode-hook
|
||||||
|
git-rebase-mode-hook
|
||||||
|
grep-mode-hook
|
||||||
|
ibuffer-mode-hook
|
||||||
|
ilist-mode-hook
|
||||||
|
magit-log-mode-hook
|
||||||
|
occur-mode-hook
|
||||||
|
org-agenda-mode-hook
|
||||||
|
pdf-outline-buffer-mode-hook
|
||||||
|
proced-mode-hook
|
||||||
|
tabulated-list-mode-hook))
|
||||||
|
(lin-global-mode))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue