Skip to content

Commit

Permalink
emacs: picklebush load order
Browse files Browse the repository at this point in the history
  • Loading branch information
bergey committed Jan 16, 2025
1 parent e28ee83 commit 66ba586
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions emacs/bergey/bergey-ruby.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

(use-package feature-mode :ensure t
:mode "\\.feature"
:config
(bind-key "M-." #'picklebush-line feature-mode-map)
)

(defun bergey/ruby-navigate-imports ()
Expand Down
1 change: 0 additions & 1 deletion emacs/bergey/picklebush.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
(goto-char (pos-bol))
(search-forward-regexp "Given \\|And \\|Then ")
(picklebush (cons (point) (pos-bol 2)))))
(bind-key "M-." #'picklebush-line feature-mode-map)

(provide 'picklebush)
2 changes: 1 addition & 1 deletion emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
;; org mode
bergey-org
;; programming
picklebush
bergey-coding
bergey-c
bergey-fsharp
Expand All @@ -45,7 +46,6 @@
bergey-web
bergey-languages
bergey-git
picklebush
;; misc
bergey-emacsclient
bergey-markup
Expand Down

0 comments on commit 66ba586

Please sign in to comment.