about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-navigation.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-19 12:09:57 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-19 12:09:57 +0100
commitf4fe800c75ffbd684ba30814c1810ed5fdab6076 (patch)
treee937847094feb00f91090c230368c107981d2e3a /.emacs.d/lisp/init-navigation.el
parente5f4051ed123bacccbdcb84f49b6659070ac5de8 (diff)
downloaddotfiles-f4fe800c75ffbd684ba30814c1810ed5fdab6076.tar.gz
straight.el -> elpaca
Diffstat (limited to '.emacs.d/lisp/init-navigation.el')
-rw-r--r--.emacs.d/lisp/init-navigation.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el
index 0a82115..95076fe 100644
--- a/.emacs.d/lisp/init-navigation.el
+++ b/.emacs.d/lisp/init-navigation.el
@@ -55,7 +55,7 @@
   (dolist (mode smartscan-exclude-modes)
     (add-hook (intern (concat (symbol-name mode) "-hook")) #'turn-off-smartscan-mode))
   :hook
-  (after-init . global-smartscan-mode)
+  (elpaca-after-init . global-smartscan-mode)
   :bind (:map smartscan-map
               ("C-M-'" . smartscan-symbol-replace)))
 
@@ -115,7 +115,7 @@ Or remove all highlighted symbols in the current buffer (with`ARG')."
 (use-package goto-last-point
   :diminish
   :custom (goto-last-point-max-length 100)
-  :hook (emacs-startup . goto-last-point-mode)
+  :hook (elpaca-after-init . goto-last-point-mode)
   :config
   (defvar goto-last-point-repeat-map
     (let ((map (make-sparse-keymap)))