diff options
| author | tslil clingman <> | 2023-12-05 22:10:37 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-05 22:10:37 +0100 |
| commit | 557de6020ed9c1d0db1e2ffe7c3004e9e9adb09d (patch) | |
| tree | 086d88b560a155285b362271d70092a15e5c1a91 /emacs/inits/20-programming.el | |
| parent | 22a74c76db2671a9dc4d4e692afd48d2d6095359 (diff) | |
[emacs] tweak tramp, rm jinja mode (unused anyway)
Diffstat (limited to 'emacs/inits/20-programming.el')
| -rw-r--r-- | emacs/inits/20-programming.el | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el index 23e9b53..9f37c71 100644 --- a/emacs/inits/20-programming.el +++ b/emacs/inits/20-programming.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2023-10-29 14h47 CET (anker)> +;; Time-stamp: <2023-12-05 12h55 CET (23c7555b)> ;; ----------------------------------------------------------------------------- ;; General setup @@ -306,19 +306,6 @@ :bind (:map json-mode-map ("C-c C-f" . nil))) -(use-package jinja2-mode - :ensure t - :defer t - :mode ("\\.jinja\\'" . jinja2-mode) - :hook (jinja2-mode . (lambda () - (setq indent-line-function 'indent-relative) - (highlight-indent-guides-mode) - (programming-setup) - (spell-fu-mode -1) - (auto-fill-mode -1))) - :bind (:map jinja2-mode-map - ("C-c C-f" . nil))) - (use-package zig-mode :ensure t :defer t |
