diff options
author | Case Duckworth | 2021-02-10 11:51:47 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-10 11:51:47 -0600 |
commit | fb1096933fc968607f64533d5a1a94a74f0e069e (patch) | |
tree | e59d3609a6f798a730551328f6f6173013a2ccc1 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs into main (diff) | |
download | emacs-fb1096933fc968607f64533d5a1a94a74f0e069e.tar.gz emacs-fb1096933fc968607f64533d5a1a94a74f0e069e.zip |
Require generic-x
Watch to see if this adds a lot of time to startup.
-rw-r--r-- | config.org | 9 |
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 | |||
1786 | from [[https://www.reddit.com/r/emacs/comments/lfww57/weekly_tipstricketc_thread/gmtk79e/][u/Bodertz]], apparently =generic-x= just ... has syntax highlighting for a ton | ||
1787 | of (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 |