diff options
author | Ashley Duckworth | 2021-01-23 16:47:00 -0600 |
---|---|---|
committer | Ashley Duckworth | 2021-01-23 16:47:00 -0600 |
commit | 5f81cd8a67887aa281e6156592df75ed7efa667f (patch) | |
tree | 8e84d650a0e5b957efff9f6a644a1a43650d4cb4 | |
parent | Explain myself (diff) | |
download | emacs-5f81cd8a67887aa281e6156592df75ed7efa667f.tar.gz emacs-5f81cd8a67887aa281e6156592df75ed7efa667f.zip |
Add tags
-rw-r--r-- | config.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.org b/config.org index 8293402..6f31fa4 100644 --- a/config.org +++ b/config.org | |||
@@ -568,7 +568,7 @@ for now .... I just want to see my completions. | |||
568 | (selectrum-mode +1) | 568 | (selectrum-mode +1) |
569 | #+end_src | 569 | #+end_src |
570 | 570 | ||
571 | *** Prescient | 571 | *** Prescient :package: |
572 | 572 | ||
573 | #+begin_src emacs-lisp :noweb-ref packages | 573 | #+begin_src emacs-lisp :noweb-ref packages |
574 | (straight-use-package 'prescient) | 574 | (straight-use-package 'prescient) |
@@ -592,7 +592,7 @@ Let's have =prescient= and =selectrum= work together. | |||
592 | (selectrum-prescient-mode +1)) | 592 | (selectrum-prescient-mode +1)) |
593 | #+end_src | 593 | #+end_src |
594 | 594 | ||
595 | *** Consult | 595 | *** Consult :package: |
596 | 596 | ||
597 | #+begin_src emacs-lisp :noweb-ref modes | 597 | #+begin_src emacs-lisp :noweb-ref modes |
598 | (straight-use-package 'consult) | 598 | (straight-use-package 'consult) |
@@ -643,7 +643,7 @@ default completion system. These all come from the [[https://github.com/minad/c | |||
643 | register-preview-function #'consult-register-preview) | 643 | register-preview-function #'consult-register-preview) |
644 | #+end_src | 644 | #+end_src |
645 | 645 | ||
646 | *** Marginalia | 646 | *** Marginalia :package: |
647 | 647 | ||
648 | Finally, =marginalia= provides extra information about completion | 648 | Finally, =marginalia= provides extra information about completion |
649 | candidates. | 649 | candidates. |
@@ -1488,7 +1488,7 @@ true, please feel free to hack this repo and change this paragraph. | |||
1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") | 1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") |
1489 | #+end_src | 1489 | #+end_src |
1490 | 1490 | ||
1491 | **** Forge | 1491 | **** Forge :package: |
1492 | 1492 | ||
1493 | #+begin_src emacs-lisp :noweb-ref packages | 1493 | #+begin_src emacs-lisp :noweb-ref packages |
1494 | (straight-use-package 'forge) | 1494 | (straight-use-package 'forge) |
@@ -1496,7 +1496,7 @@ true, please feel free to hack this repo and change this paragraph. | |||
1496 | (require 'forge)) | 1496 | (require 'forge)) |
1497 | #+end_src | 1497 | #+end_src |
1498 | 1498 | ||
1499 | *** Git file modes | 1499 | *** Git file modes :package: |
1500 | 1500 | ||
1501 | #+begin_src emacs-lisp :noweb-ref packages | 1501 | #+begin_src emacs-lisp :noweb-ref packages |
1502 | (dolist (feat '(gitattributes-mode | 1502 | (dolist (feat '(gitattributes-mode |