aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/doom/config.org')
-rw-r--r--config/doom/config.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 6a020b9..083797e 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -540,9 +540,22 @@ Emacs mode for managing ledger text files
"-"))))
#+end_src
** WEB
+#+begin_src emacs-lisp :tangle "packages.el"
+(package! impatient-mode)
+#+end_src
#+begin_src emacs-lisp
(after! web-mode
(setq-hook! 'web-mode-hook +format-with :none))
+
+(after! skewer-mode
+ (setq httpd-port 8095))
+
+(use-package! impatient-mode
+ :commands impatient-mode)
+
+(use-package! trident-mode
+ :commands trident-mode
+ :load-path "~/dev/emacs-lisp/trident-mode.el/")
#+end_src
** Haskell
#+begin_src emacs-lisp