We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf7099 commit 145d253Copy full SHA for 145d253
home-manager/programs/emacs/elisp/init.org
@@ -671,6 +671,7 @@
671
672
;; js2-mode
673
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
674
+ (add-to-list 'auto-mode-alist '("\\.cjs$" . js2-mode))
675
(add-to-list 'auto-mode-alist '("\\.mjs$" . js2-mode))
676
677
(with-eval-after-load 'js2-mode
@@ -4615,7 +4616,7 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
4615
4616
#+end_src
4617
*** org-table-highlight
4618
#+begin_src emacs-lisp :tangle yes
- (autoload-if-found '(org-table-highlight-mode) "org-preview-html" nil t)
4619
+ (autoload-if-found '(org-table-highlight-mode) "org-table-highlight" nil t)
4620
4621
(with-eval-after-load 'org
4622
;; hooks
0 commit comments