about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index c31b821..a5d73a1 100644 --- a/config.org +++ b/config.org
@@ -1781,6 +1781,15 @@ checks for a shebang).
1781 1781
1782** Language-specific 1782** Language-specific
1783 1783
1784*** Generic-x
1785
1786from [[https://www.reddit.com/r/emacs/comments/lfww57/weekly_tipstricketc_thread/gmtk79e/][u/Bodertz]], apparently =generic-x= just ... has syntax highlighting for a ton
1787of (I suppose) generic files.
1788
1789#+begin_src emacs-lisp :noweb-ref packages
1790 (require 'generic-x)
1791#+end_src
1792
1784*** Emacs Lisp 1793*** Emacs Lisp
1785 1794
1786**** Don't limit the length of evaluated expressions 1795**** Don't limit the length of evaluated expressions