diff options
author | Case Duckworth | 2022-04-19 22:26:11 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-19 22:26:11 -0500 |
commit | abce780f1b83c739b7dda1227af59493dfae52f7 (patch) | |
tree | dd8136ca20017d96eb0dd6c37f0003508b181666 | |
parent | Customize Info+ (diff) | |
download | emacs-abce780f1b83c739b7dda1227af59493dfae52f7.tar.gz emacs-abce780f1b83c739b7dda1227af59493dfae52f7.zip |
Just enable lin-global-mode
-rw-r--r-- | init.el | 6 |
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) |