mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Use ripgrep in emacs
This commit is contained in:
parent
23a8f9ad3a
commit
e97051872a
2 changed files with 12 additions and 0 deletions
|
@ -267,6 +267,10 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
;; For camelCase
|
||||
(global-subword-mode 1)
|
||||
|
||||
;; ripgrep as grep
|
||||
(setq grep-command "rg -nS --no-heading "
|
||||
grep-use-null-device nil)
|
||||
|
||||
;; Mini-frames ;; cool but kinda suboptimal atm
|
||||
;(add-load-path! "~/.emacs.d/mini-frame")
|
||||
;(require 'mini-frame)
|
||||
|
@ -835,6 +839,8 @@ exit
|
|||
org-roam-db-choice)
|
||||
)
|
||||
|
||||
(setq org-roam-list-files-commands '(rg))
|
||||
|
||||
#+END_SRC
|
||||
*** Multi Org Roam Configuration
|
||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue