summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-19 22:26:11 -0500
committerCase Duckworth2022-04-19 22:26:11 -0500
commitabce780f1b83c739b7dda1227af59493dfae52f7 (patch)
treedd8136ca20017d96eb0dd6c37f0003508b181666 /init.el
parentCustomize Info+ (diff)
downloademacs-abce780f1b83c739b7dda1227af59493dfae52f7.tar.gz
emacs-abce780f1b83c739b7dda1227af59493dfae52f7.zip
Just enable lin-global-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el index 6329f56..310704f 100644 --- a/init.el +++ b/init.el
@@ -1704,11 +1704,7 @@ See also `crux-reopen-as-root-mode'."
1704 '(buffer grid (vertico-sort-function . vertico-sort-length-alpha))))) 1704 '(buffer grid (vertico-sort-function . vertico-sort-length-alpha)))))
1705 1705
1706(setup (:straight (lin :host gitlab :repo "protesilaos/lin")) 1706(setup (:straight (lin :host gitlab :repo "protesilaos/lin"))
1707 (require 'lin) 1707 (lin-global-mode +1))
1708 (+with-ensure-after-init
1709 (dolist (hook lin-foreign-hooks)
1710 (add-hook hook #'hl-line-mode)
1711 (add-hook hook #'lin-mode))))
1712 1708
1713(setup (:straight link-hint) 1709(setup (:straight link-hint)
1714 (:require +link-hint) 1710 (:require +link-hint)