File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ; ;; me-experimental.el --- Experimental packages -*- lexical-binding : t ; -*-
2
+
3
+ ; ; Copyright (C) 2022-2024 Abdelhak Bougouffa
4
+
5
+ ; ; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")
6
+
7
+ ; ;; Commentary:
8
+
9
+ ; ;; Code:
10
+
11
+
12
+ ; ; Highlight inactive code regions with eglot power (mainly C/C++ preprocessor directives)
13
+ (use-package eglot-inactive-regions
14
+ :straight t
15
+ :commands (eglot-inactive-regions-mode))
16
+
17
+
18
+ ; ; Emacs search engine which combines concepts from information retrievial and Bayesian search theory
19
+ (use-package p-search
20
+ :straight (:host github :repo " zkry/p-search" )
21
+ :commands (p-search))
22
+
23
+
24
+ ; ; Work seamlessly with GitHub gists from Emacs
25
+ (use-package igist
26
+ :straight t )
27
+
28
+
29
+ (provide 'me-experimental )
30
+ ; ;; me-experimental.el ends here
You can’t perform that action at this time.
0 commit comments