about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 11:51:47 -0600
committerCase Duckworth2021-02-10 11:51:47 -0600
commitfb1096933fc968607f64533d5a1a94a74f0e069e (patch)
treee59d3609a6f798a730551328f6f6173013a2ccc1 /config.org
parentMerge branch 'main' of https://tildegit.org/acdw/emacs into main (diff)
downloademacs-fb1096933fc968607f64533d5a1a94a74f0e069e.tar.gz
emacs-fb1096933fc968607f64533d5a1a94a74f0e069e.zip
Require generic-x
Watch to see if this adds a lot of time to startup.
Diffstat (limited to 'config.org')
-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