General cleanup
This commit is contained in:
parent
2f1e1ee880
commit
1c37aebd2e
9 changed files with 29 additions and 24 deletions
|
@ -108,7 +108,7 @@
|
|||
org-highlight-latex-and-related '(latex)
|
||||
org-latex-create-formula-image-program 'dvipng
|
||||
org-latex-image-default-width nil
|
||||
org-latex-preview-ltxpng-directory (concat narf-temp-dir "ltxpng/")
|
||||
org-latex-preview-ltxpng-directory (concat narf-temp-dir "/ltxpng/")
|
||||
org-latex-remove-logfiles nil
|
||||
org-startup-with-latex-preview nil
|
||||
;; org-latex-packages-alist
|
||||
|
|
|
@ -50,7 +50,11 @@
|
|||
:i [backtab] 'narf/dumb-dedent))
|
||||
|
||||
(use-package web-mode
|
||||
:mode ("\\.\\(p\\)?htm\\(l\\)?$" "\\.tpl\\(\\.php\\)?$" "\\.erb$" "wp-content/themes/.+/.+\\.php$")
|
||||
:mode ("\\.\\(p\\)?htm\\(l\\)?$"
|
||||
"\\.tpl\\(\\.php\\)?$"
|
||||
"\\.erb$"
|
||||
"wp-content/themes/.+/.+\\.php$"
|
||||
"\\.blade\\.php$")
|
||||
:init
|
||||
;; smartparens handles this
|
||||
(setq web-mode-enable-auto-pairing nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue