Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Aug 23, 2024
1 parent 04a6985 commit 1a4cf48
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -3067,9 +3067,9 @@ Miscellaneous games
**** dumb-jump

#+BEGIN_SRC emacs-lisp
(use-package dumb-jump
:init
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
(use-package dumb-jump
:init
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
#+END_SRC

**** visual-regexp
Expand All @@ -3081,6 +3081,14 @@ Miscellaneous games
#+END_SRC


**** persistent-scratch

#+BEGIN_SRC emacs-lisp
(use-package persistent-scratch
:demand
:config (persistent-scratch-setup-default))
#+END_SRC

** END

#+BEGIN_SRC emacs-lisp
Expand Down

0 comments on commit 1a4cf48

Please sign in to comment.