File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
(use-package cape
12
12
:straight t
13
- :after minemacs-loaded
13
+ :after minemacs-first-file
14
14
:demand t
15
- :init
15
+ :preface
16
16
(defcustom +cape-global-capes '(tempel-complete :completion cape-dict)
17
17
" A list of global capes to be available at all times.
18
18
The key `:completion' is used to specify where completion candidates should be
Original file line number Diff line number Diff line change 66
66
67
67
(use-package eros
68
68
:straight t
69
- :after elisp-mode minemacs-loaded
70
- :demand t
69
+ :hook (minemacs-first-elisp-file . eros-mode)
71
70
:custom
72
71
(eros-eval-result-prefix " ―→ " )
73
72
:config
74
- (eros-mode 1 )
75
-
76
73
; ; Add an Elisp-like evaluation for Octave
77
74
(with-eval-after-load 'octave
78
75
(defun +eros-octave-eval-last-sexp ()
Original file line number Diff line number Diff line change 60
60
(use-package evil-textobj-tree-sitter
61
61
:straight (:host github :repo " meain/evil-textobj-tree-sitter" :files (:defaults " queries" " treesit-queries" ))
62
62
:unless (+package-disabled-p 'evil 'me-evil )
63
- :after evil
63
+ :after evil minemacs-first-file
64
64
:init
65
65
; ; Require the package on the first `prog-mode' file
66
66
(+hook-once! prog-mode-hook (require 'evil-textobj-tree-sitter ))
Original file line number Diff line number Diff line change 85
85
86
86
(use-package pulsar
87
87
:straight t
88
- :hook (minemacs-after-startup . pulsar-global-mode)
88
+ :hook (minemacs-first-file . pulsar-global-mode)
89
89
:config
90
90
(with-eval-after-load 'evil
91
91
(setq pulsar-pulse-functions
You can’t perform that action at this time.
0 commit comments