diff options
author | noa | 2025-02-16 22:29:26 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:29:26 +0800 |
commit | c6113c5dddb527970ea35779e03208594001b775 (patch) | |
tree | 8fd47ff25aa5ef0ce1780b8abd50989b6a30d54a /emacs | |
parent | 86882cabe21611e195ed3d0260de80e8643ee235 (diff) |
Remove web mode
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emacs/init.el b/emacs/init.el index e42e196..591f09a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -920,24 +920,6 @@ With prefix argument TIME, also add the current time." (common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/")) :mode ((rx (or ".lisp" ".cl") eos) . common-lisp-mode)) -;; Html - -(use-package web-mode - ;; :ensure t - :mode "\\.html?\\'" - :mode "\\.css\\'" - :mode "\\.phtml\\'" - :mode "\\.tpl\\.php\\'" - :mode "\\.[agj]sp\\'" - :mode "\\.as[cp]x\\'" - :mode "\\.erb\\'" - :mode "\\.mustache\\'" - :mode "\\.djhtml\\'" - :custom - (web-mode-markup-indent-offser 4) - (web-mode-css-indent-offset 4) - (web-mode-code-indent-offset 4)) - ;; Write url to text file (defvar noa/record-url-file "~/Documents/Library/urls") (defun noa/record-url (url &rest args) |