mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: remove prot-emacs-treesitter-extras user option
It was only used in one place that I no longer have. It also is about tree-sitter, which I have not used in earnest yet.
This commit is contained in:
parent
eda58b87db
commit
a7735a0ebb
|
|
@ -48,13 +48,6 @@ These include packages such as `consult' and `embark'."
|
|||
:group 'prot-emacs
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom prot-emacs-treesitter-extras t
|
||||
"When non-nil load extras for tree-sitter integration
|
||||
These include packages such as `expreg' and generally anything
|
||||
that adds functionality on top of what the major mode provides."
|
||||
:group 'prot-emacs
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom prot-emacs-load-which-key nil
|
||||
"When non-nil, display key binding hints after a short delay.
|
||||
This user option must be set in the `prot-emacs-pre-custom.el'
|
||||
|
|
|
|||
|
|
@ -689,27 +689,6 @@ These include packages such as `consult' and `embark'."
|
|||
:type 'boolean)
|
||||
#+end_src
|
||||
|
||||
*** The =init.el= user option to load treesitter extras
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:32703a47-edff-47a8-b275-3cb5b9f9e244
|
||||
:END:
|
||||
|
||||
I configure Emacs to support the ~tree-sitter~ program, though I do
|
||||
not use anything that leverages it. I either code in Emacs Lisp or
|
||||
write prose. This user option is in place for those who want to use my
|
||||
configuration as a basis for their own setup.
|
||||
|
||||
Remember to read how these options come into effect ([[#h:5a41861f-4c38-45ac-8da2-51d77c0b4a73][The init.el user options]]).
|
||||
|
||||
#+begin_src emacs-lisp :tangle "init.el"
|
||||
(defcustom prot-emacs-treesitter-extras t
|
||||
"When non-nil load extras for tree-sitter integration
|
||||
These include packages such as `expreg' and generally anything
|
||||
that adds functionality on top of what the major mode provides."
|
||||
:group 'prot-emacs
|
||||
:type 'boolean)
|
||||
#+end_src
|
||||
|
||||
*** The =init.el= user option to enable ~which-key~
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:24324854-1f8c-4d8b-aa7c-291de968cbf4
|
||||
|
|
|
|||
Loading…
Reference in a new issue